Blue & Muted Blue, Teal Color Palette
:root {
--color-1: #384163;
--color-2: #6FABBB;
--color-3: #251F1F;
--color-4: #3C74F5;
}
colors: {
'palette-1': '#384163',
'palette-2': '#6FABBB',
'palette-3': '#251F1F',
'palette-4': '#3C74F5',
}
const palette = [
'#384163',
'#6FABBB',
'#251F1F',
'#3C74F5',
];
$color-1: #384163;
$color-2: #6FABBB;
$color-3: #251F1F;
$color-4: #3C74F5;
This is a cool, versatile 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, versatile 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Blue (#3C74F5) and reads as well balanced in lightness, with an average saturation of 41% and lightness of 40%. It works well for calm, professional and modern interfaces.
The colors in this palette
Muted Blue #384163
rgb(56, 65, 99) · hsl(227, 28%, 30%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Teal #6FABBB
rgb(111, 171, 187) · hsl(193, 36%, 58%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Charcoal #251F1F
rgb(37, 31, 31) · hsl(0, 9%, 13%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Blue #3C74F5
rgb(60, 116, 245) · hsl(222, 90%, 60%)
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 |
|---|---|---|---|---|
| #6FABBB | #251F1F | 6.35:1 | Pass | Fail |
| #384163 | #6FABBB | 3.91:1 | Fail | Fail |
| #251F1F | #3C74F5 | 3.87:1 | Fail | Fail |
| #384163 | #3C74F5 | 2.38:1 | Fail | Fail |
| #6FABBB | #3C74F5 | 1.64:1 | Fail | Fail |
| #384163 | #251F1F | 1.63:1 | Fail | Fail |
How to use these colors
- Background — Blue (#3C74F5): the lightest tone — a clean base for large areas
- Text — Charcoal (#251F1F): the darkest tone — readable for body copy and headings
- Primary — Teal (#6FABBB): the most saturated tone — buttons, links and key UI
- Accent — Muted Blue (#384163): 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 (#384163), Teal (#6FABBB), Charcoal (#251F1F) and Blue (#3C74F5).
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 #384163, #6FABBB, #251F1F and #3C74F5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Teal text on Charcoal reaches a contrast ratio of 6.35:1, which meets the WCAG AA standard for readable text.