Light Green & Light Pink, Light Teal Color Palette
:root {
--color-1: #E4F0DC;
--color-2: #F5E8F5;
--color-3: #F1F5F5;
--color-4: #7F8B8B;
}
colors: {
'palette-1': '#E4F0DC',
'palette-2': '#F5E8F5',
'palette-3': '#F1F5F5',
'palette-4': '#7F8B8B',
}
const palette = [
'#E4F0DC',
'#F5E8F5',
'#F1F5F5',
'#7F8B8B',
];
$color-1: #E4F0DC;
$color-2: #F5E8F5;
$color-3: #F1F5F5;
$color-4: #7F8B8B;
This is a cool, subtle 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, subtle 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Green (#E4F0DC) and reads as bright and open, with an average saturation of 25% and lightness of 83%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Green #E4F0DC
rgb(228, 240, 220) · hsl(96, 40%, 90%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F5E8F5
rgb(245, 232, 245) · hsl(300, 39%, 94%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Teal #F1F5F5
rgb(241, 245, 245) · hsl(180, 17%, 95%)
A light, airy tone — ideal for backgrounds and subtle fills.
Gray #7F8B8B
rgb(127, 139, 139) · hsl(180, 5%, 52%)
A soft, muted tone that suits calm backgrounds and large surfaces.
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 |
|---|---|---|---|---|
| #F1F5F5 | #7F8B8B | 3.2:1 | Fail | Fail |
| #E4F0DC | #7F8B8B | 2.98:1 | Fail | Fail |
| #F5E8F5 | #7F8B8B | 2.97:1 | Fail | Fail |
| #F5E8F5 | #F1F5F5 | 1.08:1 | Fail | Fail |
| #E4F0DC | #F1F5F5 | 1.07:1 | Fail | Fail |
| #E4F0DC | #F5E8F5 | 1:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#F1F5F5): the lightest tone — a clean base for large areas
- Text — Gray (#7F8B8B): the darkest tone — readable for body copy and headings
- Primary — Light Green (#E4F0DC): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#F5E8F5): 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 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 Green (#E4F0DC), Light Pink (#F5E8F5), Light Teal (#F1F5F5) and Gray (#7F8B8B).
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 #E4F0DC, #F5E8F5, #F1F5F5 and #7F8B8B. 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.