Teal & Muted Blue, Blue Color Palette
:root {
--color-1: #32415E;
--color-2: #1167BA;
--color-3: #0AB288;
--color-4: #F5F5F5;
}
colors: {
'palette-1': '#32415E',
'palette-2': '#1167BA',
'palette-3': '#0AB288',
'palette-4': '#F5F5F5',
}
const palette = [
'#32415E',
'#1167BA',
'#0AB288',
'#F5F5F5',
];
$color-1: #32415E;
$color-2: #1167BA;
$color-3: #0AB288;
$color-4: #F5F5F5;
This is a cool, balanced 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, balanced 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Teal (#0AB288) and reads as well balanced in lightness, with an average saturation of 51% and lightness of 50%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Blue #32415E
rgb(50, 65, 94) · hsl(220, 31%, 28%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Blue #1167BA
rgb(17, 103, 186) · hsl(209, 83%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Teal #0AB288
rgb(10, 178, 136) · hsl(165, 89%, 37%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
White #F5F5F5
rgb(245, 245, 245) · hsl(0, 0%, 96%)
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 |
|---|---|---|---|---|
| #32415E | #F5F5F5 | 9.38:1 | Pass | Pass |
| #1167BA | #F5F5F5 | 5.24:1 | Pass | Fail |
| #32415E | #0AB288 | 3.77:1 | Fail | Fail |
| #0AB288 | #F5F5F5 | 2.49:1 | Fail | Fail |
| #1167BA | #0AB288 | 2.11:1 | Fail | Fail |
| #32415E | #1167BA | 1.79:1 | Fail | Fail |
How to use these colors
- Background — White (#F5F5F5): the lightest tone — a clean base for large areas
- Text — Muted Blue (#32415E): the darkest tone — readable for body copy and headings
- Primary — Teal (#0AB288): the most saturated tone — buttons, links and key UI
- Accent — Blue (#1167BA): 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 (#32415E), Blue (#1167BA), Teal (#0AB288) and White (#F5F5F5).
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 #32415E, #1167BA, #0AB288 and #F5F5F5. 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 White reaches a contrast ratio of 9.38:1, which meets the WCAG AAA standard for readable text.