Light Teal & Muted Green, Gray Color Palette
:root {
--color-1: #B8CAC2;
--color-2: #D2DEE1;
--color-3: #788094;
--color-4: #52506D;
}
colors: {
'palette-1': '#B8CAC2',
'palette-2': '#D2DEE1',
'palette-3': '#788094',
'palette-4': '#52506D',
}
const palette = [
'#B8CAC2',
'#D2DEE1',
'#788094',
'#52506D',
];
$color-1: #B8CAC2;
$color-2: #D2DEE1;
$color-3: #788094;
$color-4: #52506D;
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 Teal (#D2DEE1) and reads as well balanced in lightness, with an average saturation of 15% and lightness of 63%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Green #B8CAC2
rgb(184, 202, 194) · hsl(153, 15%, 76%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Light Teal #D2DEE1
rgb(210, 222, 225) · hsl(192, 20%, 85%)
A light, airy tone — ideal for backgrounds and subtle fills.
Gray #788094
rgb(120, 128, 148) · hsl(223, 12%, 53%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Blue #52506D
rgb(82, 80, 109) · hsl(244, 15%, 37%)
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 |
|---|---|---|---|---|
| #D2DEE1 | #52506D | 5.6:1 | Pass | Fail |
| #B8CAC2 | #52506D | 4.5:1 | Pass | Fail |
| #D2DEE1 | #788094 | 2.87:1 | Fail | Fail |
| #B8CAC2 | #788094 | 2.31:1 | Fail | Fail |
| #788094 | #52506D | 1.95:1 | Fail | Fail |
| #B8CAC2 | #D2DEE1 | 1.25:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#D2DEE1): the lightest tone — a clean base for large areas
- Text — Muted Blue (#52506D): the darkest tone — readable for body copy and headings
- Primary — Muted Blue (#52506D): the most saturated tone — buttons, links and key UI
- Accent — Muted Green (#B8CAC2): 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: Muted Green (#B8CAC2), Light Teal (#D2DEE1), Gray (#788094) and Muted Blue (#52506D).
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 #B8CAC2, #D2DEE1, #788094 and #52506D. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Light Teal text on Muted Blue reaches a contrast ratio of 5.6:1, which meets the WCAG AA standard for readable text.