Light Violet & Light Green, Light Lime Color Palette
:root {
--color-1: #D0F4CD;
--color-2: #D4BFF3;
--color-3: #EBF2C4;
--color-4: #DBE1A3;
}
colors: {
'palette-1': '#D0F4CD',
'palette-2': '#D4BFF3',
'palette-3': '#EBF2C4',
'palette-4': '#DBE1A3',
}
const palette = [
'#D0F4CD',
'#D4BFF3',
'#EBF2C4',
'#DBE1A3',
];
$color-1: #D0F4CD;
$color-2: #D4BFF3;
$color-3: #EBF2C4;
$color-4: #DBE1A3;
This is a balanced, high-energy 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, high-energy 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Violet (#D4BFF3) and reads as bright and open, with an average saturation of 62% and lightness of 84%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Green #D0F4CD
rgb(208, 244, 205) · hsl(115, 64%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #D4BFF3
rgb(212, 191, 243) · hsl(264, 68%, 85%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Lime #EBF2C4
rgb(235, 242, 196) · hsl(69, 64%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Lime #DBE1A3
rgb(219, 225, 163) · hsl(66, 51%, 76%)
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 |
|---|---|---|---|---|
| #D4BFF3 | #EBF2C4 | 1.44:1 | Fail | Fail |
| #D0F4CD | #D4BFF3 | 1.4:1 | Fail | Fail |
| #D4BFF3 | #DBE1A3 | 1.22:1 | Fail | Fail |
| #EBF2C4 | #DBE1A3 | 1.18:1 | Fail | Fail |
| #D0F4CD | #DBE1A3 | 1.14:1 | Fail | Fail |
| #D0F4CD | #EBF2C4 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#D0F4CD): the lightest tone — a clean base for large areas
- Text — Lime (#DBE1A3): the darkest tone — readable for body copy and headings
- Primary — Light Violet (#D4BFF3): the most saturated tone — buttons, links and key UI
- Accent — Light Lime (#EBF2C4): 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 Green (#D0F4CD), Light Violet (#D4BFF3), Light Lime (#EBF2C4) and Lime (#DBE1A3).
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 #D0F4CD, #D4BFF3, #EBF2C4 and #DBE1A3. 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.