Light Violet & Teal, Light Green Color Palette
:root {
--color-1: #A9DAD0;
--color-2: #B1EDB9;
--color-3: #E5D6F5;
--color-4: #D2C4F3;
}
colors: {
'palette-1': '#A9DAD0',
'palette-2': '#B1EDB9',
'palette-3': '#E5D6F5',
'palette-4': '#D2C4F3',
}
const palette = [
'#A9DAD0',
'#B1EDB9',
'#E5D6F5',
'#D2C4F3',
];
$color-1: #A9DAD0;
$color-2: #B1EDB9;
$color-3: #E5D6F5;
$color-4: #D2C4F3;
This is a cool, balanced 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, balanced 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Violet (#D2C4F3) and reads as bright and open, with an average saturation of 57% and lightness of 83%. It works well for calm, professional and modern interfaces.
The colors in this palette
Teal #A9DAD0
rgb(169, 218, 208) · hsl(168, 40%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Green #B1EDB9
rgb(177, 237, 185) · hsl(128, 63%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #E5D6F5
rgb(229, 214, 245) · hsl(269, 61%, 90%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #D2C4F3
rgb(210, 196, 243) · hsl(258, 66%, 86%)
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 |
|---|---|---|---|---|
| #B1EDB9 | #D2C4F3 | 1.21:1 | Fail | Fail |
| #E5D6F5 | #D2C4F3 | 1.18:1 | Fail | Fail |
| #A9DAD0 | #B1EDB9 | 1.15:1 | Fail | Fail |
| #A9DAD0 | #E5D6F5 | 1.12:1 | Fail | Fail |
| #A9DAD0 | #D2C4F3 | 1.05:1 | Fail | Fail |
| #B1EDB9 | #E5D6F5 | 1.03:1 | Fail | Fail |
How to use these colors
- Background — Light Violet (#E5D6F5): the lightest tone — a clean base for large areas
- Text — Teal (#A9DAD0): the darkest tone — readable for body copy and headings
- Primary — Light Violet (#D2C4F3): the most saturated tone — buttons, links and key UI
- Accent — Light Green (#B1EDB9): 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: Teal (#A9DAD0), Light Green (#B1EDB9), Light Violet (#E5D6F5) and Light Violet (#D2C4F3).
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 #A9DAD0, #B1EDB9, #E5D6F5 and #D2C4F3. 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.