Green & Light Teal, Light Green Color Palette
:root {
--color-1: #CDEAE9;
--color-2: #BEECBB;
--color-3: #F1D0F0;
--color-4: #9CE7CC;
}
colors: {
'palette-1': '#CDEAE9',
'palette-2': '#BEECBB',
'palette-3': '#F1D0F0',
'palette-4': '#9CE7CC',
}
const palette = [
'#CDEAE9',
'#BEECBB',
'#F1D0F0',
'#9CE7CC',
];
$color-1: #CDEAE9;
$color-2: #BEECBB;
$color-3: #F1D0F0;
$color-4: #9CE7CC;
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Green (#9CE7CC) and reads as bright and open, with an average saturation of 53% and lightness of 83%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #CDEAE9
rgb(205, 234, 233) · hsl(178, 41%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #BEECBB
rgb(190, 236, 187) · hsl(116, 56%, 83%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F1D0F0
rgb(241, 208, 240) · hsl(302, 54%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Green #9CE7CC
rgb(156, 231, 204) · hsl(158, 61%, 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 |
|---|---|---|---|---|
| #CDEAE9 | #9CE7CC | 1.12:1 | Fail | Fail |
| #CDEAE9 | #F1D0F0 | 1.1:1 | Fail | Fail |
| #BEECBB | #9CE7CC | 1.08:1 | Fail | Fail |
| #BEECBB | #F1D0F0 | 1.06:1 | Fail | Fail |
| #CDEAE9 | #BEECBB | 1.04:1 | Fail | Fail |
| #F1D0F0 | #9CE7CC | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F1D0F0): the lightest tone — a clean base for large areas
- Text — Green (#9CE7CC): the darkest tone — readable for body copy and headings
- Primary — Green (#9CE7CC): the most saturated tone — buttons, links and key UI
- Accent — Light Green (#BEECBB): 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 Green 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 (#CDEAE9), Light Green (#BEECBB), Light Pink (#F1D0F0) and Green (#9CE7CC).
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 #CDEAE9, #BEECBB, #F1D0F0 and #9CE7CC. 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.