Blue & Muted Teal, Teal Color Palette
:root {
--color-1: #416C61;
--color-2: #23778F;
--color-3: #395659;
--color-4: #3686E3;
}
colors: {
'palette-1': '#416C61',
'palette-2': '#23778F',
'palette-3': '#395659',
'palette-4': '#3686E3',
}
const palette = [
'#416C61',
'#23778F',
'#395659',
'#3686E3',
];
$color-1: #416C61;
$color-2: #23778F;
$color-3: #395659;
$color-4: #3686E3;
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Blue (#3686E3) and reads as well balanced in lightness, with an average saturation of 46% and lightness of 38%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Teal #416C61
rgb(65, 108, 97) · hsl(165, 25%, 34%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Teal #23778F
rgb(35, 119, 143) · hsl(193, 61%, 35%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Muted Teal #395659
rgb(57, 86, 89) · hsl(186, 22%, 29%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Blue #3686E3
rgb(54, 134, 227) · hsl(212, 76%, 55%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #395659 | #3686E3 | 2.14:1 | Fail | Fail |
| #416C61 | #3686E3 | 1.6:1 | Fail | Fail |
| #23778F | #395659 | 1.55:1 | Fail | Fail |
| #23778F | #3686E3 | 1.38:1 | Fail | Fail |
| #416C61 | #395659 | 1.34:1 | Fail | Fail |
| #416C61 | #23778F | 1.16:1 | Fail | Fail |
How to use these colors
- Background — Blue (#3686E3): the lightest tone — a clean base for large areas
- Text — Muted Teal (#395659): the darkest tone — readable for body copy and headings
- Primary — Teal (#23778F): the most saturated tone — buttons, links and key UI
- Accent — Muted Teal (#416C61): 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 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: Muted Teal (#416C61), Teal (#23778F), Muted Teal (#395659) and Blue (#3686E3).
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 #416C61, #23778F, #395659 and #3686E3. 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.