Dark Blue & Light Blue, Muted Blue Color Palette
:root {
--color-1: #C3C2D6;
--color-2: #B3B7C6;
--color-3: #BEC6C5;
--color-4: #334450;
}
colors: {
'palette-1': '#C3C2D6',
'palette-2': '#B3B7C6',
'palette-3': '#BEC6C5',
'palette-4': '#334450',
}
const palette = [
'#C3C2D6',
'#B3B7C6',
'#BEC6C5',
'#334450',
];
$color-1: #C3C2D6;
$color-2: #B3B7C6;
$color-3: #BEC6C5;
$color-4: #334450;
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 Dark Blue (#334450) and reads as well balanced in lightness, with an average saturation of 16% and lightness of 64%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Blue #C3C2D6
rgb(195, 194, 214) · hsl(243, 20%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Muted Blue #B3B7C6
rgb(179, 183, 198) · hsl(227, 14%, 74%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Light Gray #BEC6C5
rgb(190, 198, 197) · hsl(173, 7%, 76%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Dark Blue #334450
rgb(51, 68, 80) · hsl(205, 22%, 26%)
A deep, low-lightness tone — strong for text, headings and bold accents.
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 |
|---|---|---|---|---|
| #BEC6C5 | #334450 | 5.79:1 | Pass | Fail |
| #C3C2D6 | #334450 | 5.76:1 | Pass | Fail |
| #B3B7C6 | #334450 | 5.04:1 | Pass | Fail |
| #B3B7C6 | #BEC6C5 | 1.15:1 | Fail | Fail |
| #C3C2D6 | #B3B7C6 | 1.14:1 | Fail | Fail |
| #C3C2D6 | #BEC6C5 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#C3C2D6): the lightest tone — a clean base for large areas
- Text — Dark Blue (#334450): the darkest tone — readable for body copy and headings
- Primary — Dark Blue (#334450): the most saturated tone — buttons, links and key UI
- Accent — Muted Blue (#B3B7C6): 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 Dark Blue 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 Blue (#C3C2D6), Muted Blue (#B3B7C6), Light Gray (#BEC6C5) and Dark Blue (#334450).
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 #C3C2D6, #B3B7C6, #BEC6C5 and #334450. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Light Gray text on Dark Blue reaches a contrast ratio of 5.79:1, which meets the WCAG AA standard for readable text.