Teal & Muted Blue, Blue Color Palette
:root {
--color-1: #40466A;
--color-2: #3791DC;
--color-3: #0EA085;
--color-4: #EDF1F5;
}
colors: {
'palette-1': '#40466A',
'palette-2': '#3791DC',
'palette-3': '#0EA085',
'palette-4': '#EDF1F5',
}
const palette = [
'#40466A',
'#3791DC',
'#0EA085',
'#EDF1F5',
];
$color-1: #40466A;
$color-2: #3791DC;
$color-3: #0EA085;
$color-4: #EDF1F5;
This is a cool, versatile 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, versatile 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Teal (#0EA085) and reads as well balanced in lightness, with an average saturation of 52% and lightness of 54%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Blue #40466A
rgb(64, 70, 106) · hsl(231, 25%, 33%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Blue #3791DC
rgb(55, 145, 220) · hsl(207, 70%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #0EA085
rgb(14, 160, 133) · hsl(169, 84%, 34%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Blue #EDF1F5
rgb(237, 241, 245) · hsl(210, 29%, 95%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #40466A | #EDF1F5 | 8.04:1 | Pass | Pass |
| #3791DC | #EDF1F5 | 2.96:1 | Fail | Fail |
| #0EA085 | #EDF1F5 | 2.9:1 | Fail | Fail |
| #40466A | #0EA085 | 2.77:1 | Fail | Fail |
| #40466A | #3791DC | 2.71:1 | Fail | Fail |
| #3791DC | #0EA085 | 1.02:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#EDF1F5): the lightest tone — a clean base for large areas
- Text — Muted Blue (#40466A): the darkest tone — readable for body copy and headings
- Primary — Teal (#0EA085): the most saturated tone — buttons, links and key UI
- Accent — Blue (#3791DC): 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 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 Blue (#40466A), Blue (#3791DC), Teal (#0EA085) and Light Blue (#EDF1F5).
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 #40466A, #3791DC, #0EA085 and #EDF1F5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Muted Blue text on Light Blue reaches a contrast ratio of 8.04:1, which meets the WCAG AAA standard for readable text.