Light Green & Light Gray, Gray Color Palette
:root {
--color-1: #D1CFD0;
--color-2: #DEF5EC;
--color-3: #757989;
--color-4: #656B83;
}
colors: {
'palette-1': '#D1CFD0',
'palette-2': '#DEF5EC',
'palette-3': '#757989',
'palette-4': '#656B83',
}
const palette = [
'#D1CFD0',
'#DEF5EC',
'#757989',
'#656B83',
];
$color-1: #D1CFD0;
$color-2: #DEF5EC;
$color-3: #757989;
$color-4: #656B83;
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 (#DEF5EC) and reads as bright and open, with an average saturation of 19% and lightness of 67%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Gray #D1CFD0
rgb(209, 207, 208) · hsl(330, 2%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #DEF5EC
rgb(222, 245, 236) · hsl(157, 53%, 92%)
A light, airy tone — ideal for backgrounds and subtle fills.
Gray #757989
rgb(117, 121, 137) · hsl(228, 8%, 50%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Blue #656B83
rgb(101, 107, 131) · hsl(228, 13%, 45%)
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 |
|---|---|---|---|---|
| #DEF5EC | #656B83 | 4.61:1 | Pass | Fail |
| #DEF5EC | #757989 | 3.79:1 | Fail | Fail |
| #D1CFD0 | #656B83 | 3.4:1 | Fail | Fail |
| #D1CFD0 | #757989 | 2.79:1 | Fail | Fail |
| #D1CFD0 | #DEF5EC | 1.36:1 | Fail | Fail |
| #757989 | #656B83 | 1.22:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#DEF5EC): the lightest tone — a clean base for large areas
- Text — Muted Blue (#656B83): the darkest tone — readable for body copy and headings
- Primary — Muted Blue (#656B83): the most saturated tone — buttons, links and key UI
- Accent — Gray (#757989): 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 Gray (#D1CFD0), Light Green (#DEF5EC), Gray (#757989) and Muted Blue (#656B83).
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 #D1CFD0, #DEF5EC, #757989 and #656B83. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Light Green text on Muted Blue reaches a contrast ratio of 4.61:1, which meets the WCAG AA standard for readable text.