Light Green & Pink, Light Blue Color Palette
:root {
--color-1: #E2A1BF;
--color-2: #B3EFCC;
--color-3: #C8CDEE;
--color-4: #D4B3DF;
}
colors: {
'palette-1': '#E2A1BF',
'palette-2': '#B3EFCC',
'palette-3': '#C8CDEE',
'palette-4': '#D4B3DF',
}
const palette = [
'#E2A1BF',
'#B3EFCC',
'#C8CDEE',
'#D4B3DF',
];
$color-1: #E2A1BF;
$color-2: #B3EFCC;
$color-3: #C8CDEE;
$color-4: #D4B3DF;
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 Light Green (#B3EFCC) and reads as bright and open, with an average saturation of 53% and lightness of 81%. It works well for calm, professional and modern interfaces.
The colors in this palette
Pink #E2A1BF
rgb(226, 161, 191) · hsl(332, 53%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Green #B3EFCC
rgb(179, 239, 204) · hsl(145, 65%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #C8CDEE
rgb(200, 205, 238) · hsl(232, 53%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #D4B3DF
rgb(212, 179, 223) · hsl(285, 41%, 79%)
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 |
|---|---|---|---|---|
| #E2A1BF | #B3EFCC | 1.6:1 | Fail | Fail |
| #B3EFCC | #D4B3DF | 1.43:1 | Fail | Fail |
| #E2A1BF | #C8CDEE | 1.33:1 | Fail | Fail |
| #B3EFCC | #C8CDEE | 1.2:1 | Fail | Fail |
| #C8CDEE | #D4B3DF | 1.19:1 | Fail | Fail |
| #E2A1BF | #D4B3DF | 1.12:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#C8CDEE): the lightest tone — a clean base for large areas
- Text — Pink (#E2A1BF): the darkest tone — readable for body copy and headings
- Primary — Light Green (#B3EFCC): the most saturated tone — buttons, links and key UI
- Accent — Pink (#E2A1BF): 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 Light Green 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 (#E2A1BF), Light Green (#B3EFCC), Light Blue (#C8CDEE) and Light Violet (#D4B3DF).
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 #E2A1BF, #B3EFCC, #C8CDEE and #D4B3DF. 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.