Light Pink & Light Violet, Light Green Color Palette
:root {
--color-1: #DCC1EC;
--color-2: #C7E7B6;
--color-3: #EAB1EC;
--color-4: #E7D9A6;
}
colors: {
'palette-1': '#DCC1EC',
'palette-2': '#C7E7B6',
'palette-3': '#EAB1EC',
'palette-4': '#E7D9A6',
}
const palette = [
'#DCC1EC',
'#C7E7B6',
'#EAB1EC',
'#E7D9A6',
];
$color-1: #DCC1EC;
$color-2: #C7E7B6;
$color-3: #EAB1EC;
$color-4: #E7D9A6;
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 Pink (#EAB1EC) and reads as bright and open, with an average saturation of 55% and lightness of 81%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Violet #DCC1EC
rgb(220, 193, 236) · hsl(278, 53%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #C7E7B6
rgb(199, 231, 182) · hsl(99, 51%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #EAB1EC
rgb(234, 177, 236) · hsl(298, 61%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Yellow #E7D9A6
rgb(231, 217, 166) · hsl(47, 58%, 78%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #C7E7B6 | #EAB1EC | 1.29:1 | Fail | Fail |
| #EAB1EC | #E7D9A6 | 1.24:1 | Fail | Fail |
| #DCC1EC | #C7E7B6 | 1.21:1 | Fail | Fail |
| #DCC1EC | #E7D9A6 | 1.15:1 | Fail | Fail |
| #DCC1EC | #EAB1EC | 1.07:1 | Fail | Fail |
| #C7E7B6 | #E7D9A6 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Violet (#DCC1EC): the lightest tone — a clean base for large areas
- Text — Yellow (#E7D9A6): the darkest tone — readable for body copy and headings
- Primary — Light Pink (#EAB1EC): the most saturated tone — buttons, links and key UI
- Accent — Yellow (#E7D9A6): 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 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: Light Violet (#DCC1EC), Light Green (#C7E7B6), Light Pink (#EAB1EC) and Yellow (#E7D9A6).
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 #DCC1EC, #C7E7B6, #EAB1EC and #E7D9A6. 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.