Light Teal & Light Violet, Light Green Color Palette
:root {
--color-1: #E4F5F4;
--color-2: #CAC6D7;
--color-3: #E6D9EA;
--color-4: #D0E0D3;
}
colors: {
'palette-1': '#E4F5F4',
'palette-2': '#CAC6D7',
'palette-3': '#E6D9EA',
'palette-4': '#D0E0D3',
}
const palette = [
'#E4F5F4',
'#CAC6D7',
'#E6D9EA',
'#D0E0D3',
];
$color-1: #E4F5F4;
$color-2: #CAC6D7;
$color-3: #E6D9EA;
$color-4: #D0E0D3;
This is a cool, subtle 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, subtle 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Teal (#E4F5F4) and reads as bright and open, with an average saturation of 28% and lightness of 87%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #E4F5F4
rgb(228, 245, 244) · hsl(176, 46%, 93%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #CAC6D7
rgb(202, 198, 215) · hsl(254, 18%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #E6D9EA
rgb(230, 217, 234) · hsl(286, 29%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #D0E0D3
rgb(208, 224, 211) · hsl(131, 21%, 85%)
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 |
|---|---|---|---|---|
| #E4F5F4 | #CAC6D7 | 1.48:1 | Fail | Fail |
| #CAC6D7 | #E6D9EA | 1.23:1 | Fail | Fail |
| #E4F5F4 | #D0E0D3 | 1.22:1 | Fail | Fail |
| #CAC6D7 | #D0E0D3 | 1.22:1 | Fail | Fail |
| #E4F5F4 | #E6D9EA | 1.21:1 | Fail | Fail |
| #E6D9EA | #D0E0D3 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#E4F5F4): the lightest tone — a clean base for large areas
- Text — Light Violet (#CAC6D7): the darkest tone — readable for body copy and headings
- Primary — Light Violet (#E6D9EA): the most saturated tone — buttons, links and key UI
- Accent — Light Green (#D0E0D3): 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 Teal 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 Teal (#E4F5F4), Light Violet (#CAC6D7), Light Violet (#E6D9EA) and Light Green (#D0E0D3).
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 #E4F5F4, #CAC6D7, #E6D9EA and #D0E0D3. 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.