Teal & Black, Muted Blue Color Palette
:root {
--color-1: #0A1010;
--color-2: #3B4962;
--color-3: #0D2F3E;
--color-4: #1FD3AE;
}
colors: {
'palette-1': '#0A1010',
'palette-2': '#3B4962',
'palette-3': '#0D2F3E',
'palette-4': '#1FD3AE',
}
const palette = [
'#0A1010',
'#3B4962',
'#0D2F3E',
'#1FD3AE',
];
$color-1: #0A1010;
$color-2: #3B4962;
$color-3: #0D2F3E;
$color-4: #1FD3AE;
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, balanced 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Teal (#1FD3AE) and reads as deep and moody, with an average saturation of 47% and lightness of 25%. It works well for calm, professional and modern interfaces.
The colors in this palette
Black #0A1010
rgb(10, 16, 16) · hsl(180, 23%, 5%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Blue #3B4962
rgb(59, 73, 98) · hsl(218, 25%, 31%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Dark Teal #0D2F3E
rgb(13, 47, 62) · hsl(198, 65%, 15%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #1FD3AE
rgb(31, 211, 174) · hsl(168, 74%, 47%)
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 |
|---|---|---|---|---|
| #0A1010 | #1FD3AE | 10.04:1 | Pass | Pass |
| #0D2F3E | #1FD3AE | 7.36:1 | Pass | Pass |
| #3B4962 | #1FD3AE | 4.75:1 | Pass | Fail |
| #0A1010 | #3B4962 | 2.12:1 | Fail | Fail |
| #3B4962 | #0D2F3E | 1.55:1 | Fail | Fail |
| #0A1010 | #0D2F3E | 1.36:1 | Fail | Fail |
How to use these colors
- Background — Teal (#1FD3AE): the lightest tone — a clean base for large areas
- Text — Black (#0A1010): the darkest tone — readable for body copy and headings
- Primary — Dark Teal (#0D2F3E): the most saturated tone — buttons, links and key UI
- Accent — Muted Blue (#3B4962): 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: Black (#0A1010), Muted Blue (#3B4962), Dark Teal (#0D2F3E) and Teal (#1FD3AE).
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 #0A1010, #3B4962, #0D2F3E and #1FD3AE. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Black text on Teal reaches a contrast ratio of 10.04:1, which meets the WCAG AAA standard for readable text.