Light Green & Light Yellow, Light Violet Color Palette
:root {
--color-1: #F2ECC5;
--color-2: #E3BCEB;
--color-3: #E7C6D9;
--color-4: #CDF2BB;
}
colors: {
'palette-1': '#F2ECC5',
'palette-2': '#E3BCEB',
'palette-3': '#E7C6D9',
'palette-4': '#CDF2BB',
}
const palette = [
'#F2ECC5',
'#E3BCEB',
'#E7C6D9',
'#CDF2BB',
];
$color-1: #F2ECC5;
$color-2: #E3BCEB;
$color-3: #E7C6D9;
$color-4: #CDF2BB;
This is a balanced, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a balanced, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Green (#CDF2BB) and reads as bright and open, with an average saturation of 57% and lightness of 84%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Yellow #F2ECC5
rgb(242, 236, 197) · hsl(52, 63%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #E3BCEB
rgb(227, 188, 235) · hsl(290, 54%, 83%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #E7C6D9
rgb(231, 198, 217) · hsl(325, 41%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #CDF2BB
rgb(205, 242, 187) · hsl(100, 68%, 84%)
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 |
|---|---|---|---|---|
| #F2ECC5 | #E3BCEB | 1.39:1 | Fail | Fail |
| #E3BCEB | #CDF2BB | 1.34:1 | Fail | Fail |
| #F2ECC5 | #E7C6D9 | 1.3:1 | Fail | Fail |
| #E7C6D9 | #CDF2BB | 1.26:1 | Fail | Fail |
| #E3BCEB | #E7C6D9 | 1.06:1 | Fail | Fail |
| #F2ECC5 | #CDF2BB | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Yellow (#F2ECC5): the lightest tone — a clean base for large areas
- Text — Light Violet (#E3BCEB): the darkest tone — readable for body copy and headings
- Primary — Light Green (#CDF2BB): the most saturated tone — buttons, links and key UI
- Accent — Light Violet (#E3BCEB): 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: Light Yellow (#F2ECC5), Light Violet (#E3BCEB), Light Pink (#E7C6D9) and Light Green (#CDF2BB).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #F2ECC5, #E3BCEB, #E7C6D9 and #CDF2BB. 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.