Light Green & White, Gray Color Palette
:root {
--color-1: #F5F5F5;
--color-2: #BDD9CD;
--color-3: #75907F;
--color-4: #638371;
}
colors: {
'palette-1': '#F5F5F5',
'palette-2': '#BDD9CD',
'palette-3': '#75907F',
'palette-4': '#638371',
}
const palette = [
'#F5F5F5',
'#BDD9CD',
'#75907F',
'#638371',
];
$color-1: #F5F5F5;
$color-2: #BDD9CD;
$color-3: #75907F;
$color-4: #638371;
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 Green (#BDD9CD) and reads as bright and open, with an average saturation of 13% and lightness of 68%. It works well for calm, professional and modern interfaces.
The colors in this palette
White #F5F5F5
rgb(245, 245, 245) · hsl(0, 0%, 96%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Green #BDD9CD
rgb(189, 217, 205) · hsl(154, 27%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Gray #75907F
rgb(117, 144, 127) · hsl(142, 11%, 51%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Green #638371
rgb(99, 131, 113) · hsl(146, 14%, 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 |
|---|---|---|---|---|
| #F5F5F5 | #638371 | 3.84:1 | Fail | Fail |
| #F5F5F5 | #75907F | 3.18:1 | Fail | Fail |
| #BDD9CD | #638371 | 2.79:1 | Fail | Fail |
| #BDD9CD | #75907F | 2.31:1 | Fail | Fail |
| #F5F5F5 | #BDD9CD | 1.38:1 | Fail | Fail |
| #75907F | #638371 | 1.21:1 | Fail | Fail |
How to use these colors
- Background — White (#F5F5F5): the lightest tone — a clean base for large areas
- Text — Muted Green (#638371): the darkest tone — readable for body copy and headings
- Primary — Light Green (#BDD9CD): the most saturated tone — buttons, links and key UI
- Accent — Muted Green (#638371): 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: White (#F5F5F5), Light Green (#BDD9CD), Gray (#75907F) and Muted Green (#638371).
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 #F5F5F5, #BDD9CD, #75907F and #638371. 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.