Pink & Light Blue, Light Green Color Palette
:root {
--color-1: #EB94C1;
--color-2: #D2D5EF;
--color-3: #CBEDBF;
--color-4: #C8EEEE;
}
colors: {
'palette-1': '#EB94C1',
'palette-2': '#D2D5EF',
'palette-3': '#CBEDBF',
'palette-4': '#C8EEEE',
}
const palette = [
'#EB94C1',
'#D2D5EF',
'#CBEDBF',
'#C8EEEE',
];
$color-1: #EB94C1;
$color-2: #D2D5EF;
$color-3: #CBEDBF;
$color-4: #C8EEEE;
This is a cool, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Pink (#EB94C1) and reads as bright and open, with an average saturation of 56% and lightness of 83%. It works well for calm, professional and modern interfaces.
The colors in this palette
Pink #EB94C1
rgb(235, 148, 193) · hsl(329, 69%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Blue #D2D5EF
rgb(210, 213, 239) · hsl(234, 48%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #CBEDBF
rgb(203, 237, 191) · hsl(104, 56%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Teal #C8EEEE
rgb(200, 238, 238) · hsl(180, 53%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Accessibility & contrast
Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #EB94C1 | #C8EEEE | 1.77:1 | Fail | Fail |
| #EB94C1 | #CBEDBF | 1.72:1 | Fail | Fail |
| #EB94C1 | #D2D5EF | 1.52:1 | Fail | Fail |
| #D2D5EF | #C8EEEE | 1.17:1 | Fail | Fail |
| #D2D5EF | #CBEDBF | 1.13:1 | Fail | Fail |
| #CBEDBF | #C8EEEE | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#D2D5EF): the lightest tone — a clean base for large areas
- Text — Pink (#EB94C1): the darkest tone — readable for body copy and headings
- Primary — Pink (#EB94C1): the most saturated tone — buttons, links and key UI
- Accent — Light Green (#CBEDBF): a secondary highlight for badges and details
Colors that pair with this palette
Want to extend this palette? These colours pair naturally with its dominant Pink tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.
Frequently asked questions
What colours are in this palette?
This palette has 4 colours: Pink (#EB94C1), Light Blue (#D2D5EF), Light Green (#CBEDBF) and Light Teal (#C8EEEE).
Is this a warm or cool colour palette?
It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.
What are the hex codes for this palette?
The hex codes are #EB94C1, #D2D5EF, #CBEDBF and #C8EEEE. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.