Blue & Muted Blue, Teal Color Palette
:root {
--color-1: #394669;
--color-2: #3E80A0;
--color-3: #4D6A74;
--color-4: #6191F5;
}
colors: {
'palette-1': '#394669',
'palette-2': '#3E80A0',
'palette-3': '#4D6A74',
'palette-4': '#6191F5',
}
const palette = [
'#394669',
'#3E80A0',
'#4D6A74',
'#6191F5',
];
$color-1: #394669;
$color-2: #3E80A0;
$color-3: #4D6A74;
$color-4: #6191F5;
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, balanced 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Blue (#6191F5) and reads as well balanced in lightness, with an average saturation of 46% and lightness of 45%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Blue #394669
rgb(57, 70, 105) · hsl(224, 30%, 32%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #3E80A0
rgb(62, 128, 160) · hsl(200, 44%, 44%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Muted Teal #4D6A74
rgb(77, 106, 116) · hsl(195, 20%, 38%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Blue #6191F5
rgb(97, 145, 245) · hsl(221, 88%, 67%)
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 |
|---|---|---|---|---|
| #394669 | #6191F5 | 3.05:1 | Fail | Fail |
| #394669 | #3E80A0 | 2.13:1 | Fail | Fail |
| #4D6A74 | #6191F5 | 1.89:1 | Fail | Fail |
| #394669 | #4D6A74 | 1.61:1 | Fail | Fail |
| #3E80A0 | #6191F5 | 1.43:1 | Fail | Fail |
| #3E80A0 | #4D6A74 | 1.32:1 | Fail | Fail |
How to use these colors
- Background — Blue (#6191F5): the lightest tone — a clean base for large areas
- Text — Muted Blue (#394669): the darkest tone — readable for body copy and headings
- Primary — Teal (#3E80A0): the most saturated tone — buttons, links and key UI
- Accent — Muted Blue (#394669): 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 Blue (#394669), Teal (#3E80A0), Muted Teal (#4D6A74) and Blue (#6191F5).
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 #394669, #3E80A0, #4D6A74 and #6191F5. 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.