Light Violet & Light Pink, Light Green Color Palette
:root {
--color-1: #E6BAF2;
--color-2: #ECA7DD;
--color-3: #D1F5D1;
--color-4: #B2ECA7;
}
colors: {
'palette-1': '#E6BAF2',
'palette-2': '#ECA7DD',
'palette-3': '#D1F5D1',
'palette-4': '#B2ECA7',
}
const palette = [
'#E6BAF2',
'#ECA7DD',
'#D1F5D1',
'#B2ECA7',
];
$color-1: #E6BAF2;
$color-2: #ECA7DD;
$color-3: #D1F5D1;
$color-4: #B2ECA7;
This is a cool, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Violet (#E6BAF2) and reads as bright and open, with an average saturation of 65% and lightness of 83%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Violet #E6BAF2
rgb(230, 186, 242) · hsl(287, 68%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #ECA7DD
rgb(236, 167, 221) · hsl(313, 64%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #D1F5D1
rgb(209, 245, 209) · hsl(120, 64%, 89%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #B2ECA7
rgb(178, 236, 167) · hsl(110, 64%, 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 |
|---|---|---|---|---|
| #ECA7DD | #D1F5D1 | 1.59:1 | Fail | Fail |
| #E6BAF2 | #D1F5D1 | 1.4:1 | Fail | Fail |
| #ECA7DD | #B2ECA7 | 1.39:1 | Fail | Fail |
| #E6BAF2 | #B2ECA7 | 1.22:1 | Fail | Fail |
| #D1F5D1 | #B2ECA7 | 1.15:1 | Fail | Fail |
| #E6BAF2 | #ECA7DD | 1.14:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#D1F5D1): the lightest tone — a clean base for large areas
- Text — Light Pink (#ECA7DD): the darkest tone — readable for body copy and headings
- Primary — Light Violet (#E6BAF2): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#ECA7DD): 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 Violet 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 Violet (#E6BAF2), Light Pink (#ECA7DD), Light Green (#D1F5D1) and Light Green (#B2ECA7).
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 #E6BAF2, #ECA7DD, #D1F5D1 and #B2ECA7. 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.