Light Teal & Light Gray, Gray Color Palette
:root {
--color-1: #E6F5F5;
--color-2: #BEB6C1;
--color-3: #898E9D;
--color-4: #5B877F;
}
colors: {
'palette-1': '#E6F5F5',
'palette-2': '#BEB6C1',
'palette-3': '#898E9D',
'palette-4': '#5B877F',
}
const palette = [
'#E6F5F5',
'#BEB6C1',
'#898E9D',
'#5B877F',
];
$color-1: #E6F5F5;
$color-2: #BEB6C1;
$color-3: #898E9D;
$color-4: #5B877F;
This is a cool, soft, muted 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, soft, muted 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Teal (#E6F5F5) and reads as bright and open, with an average saturation of 20% and lightness of 67%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Teal #E6F5F5
rgb(230, 245, 245) · hsl(180, 43%, 93%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Gray #BEB6C1
rgb(190, 182, 193) · hsl(284, 8%, 74%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Gray #898E9D
rgb(137, 142, 157) · hsl(225, 9%, 58%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Teal #5B877F
rgb(91, 135, 127) · hsl(169, 19%, 44%)
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 |
|---|---|---|---|---|
| #E6F5F5 | #5B877F | 3.59:1 | Fail | Fail |
| #E6F5F5 | #898E9D | 2.92:1 | Fail | Fail |
| #BEB6C1 | #5B877F | 2.04:1 | Fail | Fail |
| #E6F5F5 | #BEB6C1 | 1.76:1 | Fail | Fail |
| #BEB6C1 | #898E9D | 1.66:1 | Fail | Fail |
| #898E9D | #5B877F | 1.23:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#E6F5F5): the lightest tone — a clean base for large areas
- Text — Muted Teal (#5B877F): the darkest tone — readable for body copy and headings
- Primary — Muted Teal (#5B877F): the most saturated tone — buttons, links and key UI
- Accent — Gray (#898E9D): 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: Light Teal (#E6F5F5), Light Gray (#BEB6C1), Gray (#898E9D) and Muted Teal (#5B877F).
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 #E6F5F5, #BEB6C1, #898E9D and #5B877F. 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.