Teal & Violet, Light Green Color Palette
:root {
--color-1: #C29CE2;
--color-2: #D3F3DC;
--color-3: #C4EBB2;
--color-4: #9FE9E6;
}
colors: {
'palette-1': '#C29CE2',
'palette-2': '#D3F3DC',
'palette-3': '#C4EBB2',
'palette-4': '#9FE9E6',
}
const palette = [
'#C29CE2',
'#D3F3DC',
'#C4EBB2',
'#9FE9E6',
];
$color-1: #C29CE2;
$color-2: #D3F3DC;
$color-3: #C4EBB2;
$color-4: #9FE9E6;
This is a cool, high-energy 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, high-energy 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Teal (#9FE9E6) and reads as bright and open, with an average saturation of 58% and lightness of 80%. It works well for calm, professional and modern interfaces.
The colors in this palette
Violet #C29CE2
rgb(194, 156, 226) · hsl(273, 55%, 75%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Green #D3F3DC
rgb(211, 243, 220) · hsl(137, 57%, 89%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #C4EBB2
rgb(196, 235, 178) · hsl(101, 59%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Teal #9FE9E6
rgb(159, 233, 230) · hsl(178, 63%, 77%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #C29CE2 | #D3F3DC | 1.93:1 | Fail | Fail |
| #C29CE2 | #C4EBB2 | 1.74:1 | Fail | Fail |
| #C29CE2 | #9FE9E6 | 1.67:1 | Fail | Fail |
| #D3F3DC | #9FE9E6 | 1.15:1 | Fail | Fail |
| #D3F3DC | #C4EBB2 | 1.11:1 | Fail | Fail |
| #C4EBB2 | #9FE9E6 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#D3F3DC): the lightest tone — a clean base for large areas
- Text — Violet (#C29CE2): the darkest tone — readable for body copy and headings
- Primary — Teal (#9FE9E6): the most saturated tone — buttons, links and key UI
- Accent — Light Green (#C4EBB2): 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 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: Violet (#C29CE2), Light Green (#D3F3DC), Light Green (#C4EBB2) and Teal (#9FE9E6).
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 #C29CE2, #D3F3DC, #C4EBB2 and #9FE9E6. 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.