Light Pink & Muted Green, Gray Color Palette
:root {
--color-1: #E6D2DF;
--color-2: #AAC5B9;
--color-3: #748191;
--color-4: #598081;
}
colors: {
'palette-1': '#E6D2DF',
'palette-2': '#AAC5B9',
'palette-3': '#748191',
'palette-4': '#598081',
}
const palette = [
'#E6D2DF',
'#AAC5B9',
'#748191',
'#598081',
];
$color-1: #E6D2DF;
$color-2: #AAC5B9;
$color-3: #748191;
$color-4: #598081;
This is a cool, soft, muted 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, soft, muted 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Pink (#E6D2DF) and reads as well balanced in lightness, with an average saturation of 19% and lightness of 63%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Pink #E6D2DF
rgb(230, 210, 223) · hsl(321, 29%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Muted Green #AAC5B9
rgb(170, 197, 185) · hsl(153, 19%, 72%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Gray #748191
rgb(116, 129, 145) · hsl(213, 12%, 51%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Teal #598081
rgb(89, 128, 129) · hsl(182, 18%, 43%)
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 |
|---|---|---|---|---|
| #E6D2DF | #598081 | 3.03:1 | Fail | Fail |
| #E6D2DF | #748191 | 2.77:1 | Fail | Fail |
| #AAC5B9 | #598081 | 2.36:1 | Fail | Fail |
| #AAC5B9 | #748191 | 2.15:1 | Fail | Fail |
| #E6D2DF | #AAC5B9 | 1.29:1 | Fail | Fail |
| #748191 | #598081 | 1.1:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#E6D2DF): the lightest tone — a clean base for large areas
- Text — Muted Teal (#598081): the darkest tone — readable for body copy and headings
- Primary — Muted Green (#AAC5B9): the most saturated tone — buttons, links and key UI
- Accent — Muted Teal (#598081): 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 Pink 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 Pink (#E6D2DF), Muted Green (#AAC5B9), Gray (#748191) and Muted Teal (#598081).
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 #E6D2DF, #AAC5B9, #748191 and #598081. 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.