Teal & Black, Dark Teal Color Palette
:root {
--color-1: #0B0D23;
--color-2: #131F23;
--color-3: #577192;
--color-4: #47DFB8;
}
colors: {
'palette-1': '#0B0D23',
'palette-2': '#131F23',
'palette-3': '#577192',
'palette-4': '#47DFB8',
}
const palette = [
'#0B0D23',
'#131F23',
'#577192',
'#47DFB8',
];
$color-1: #0B0D23;
$color-2: #131F23;
$color-3: #577192;
$color-4: #47DFB8;
This is a cool, easygoing 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a cool, easygoing 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Teal (#47DFB8) and reads as deep and moody, with an average saturation of 44% and lightness of 31%. It works well for calm, professional and modern interfaces.
The colors in this palette
Black #0B0D23
rgb(11, 13, 35) · hsl(235, 52%, 9%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Teal #131F23
rgb(19, 31, 35) · hsl(195, 30%, 11%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Blue #577192
rgb(87, 113, 146) · hsl(214, 25%, 46%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Teal #47DFB8
rgb(71, 223, 184) · hsl(165, 70%, 58%)
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 |
|---|---|---|---|---|
| #0B0D23 | #47DFB8 | 11.42:1 | Pass | Pass |
| #131F23 | #47DFB8 | 10.03:1 | Pass | Pass |
| #0B0D23 | #577192 | 3.82:1 | Fail | Fail |
| #131F23 | #577192 | 3.35:1 | Fail | Fail |
| #577192 | #47DFB8 | 2.99:1 | Fail | Fail |
| #0B0D23 | #131F23 | 1.14:1 | Fail | Fail |
How to use these colors
- Background — Teal (#47DFB8): the lightest tone — a clean base for large areas
- Text — Black (#0B0D23): the darkest tone — readable for body copy and headings
- Primary — Black (#0B0D23): the most saturated tone — buttons, links and key UI
- Accent — Dark Teal (#131F23): 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 (#0B0D23), Dark Teal (#131F23), Muted Blue (#577192) and Teal (#47DFB8).
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 #0B0D23, #131F23, #577192 and #47DFB8. 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 11.42:1, which meets the WCAG AAA standard for readable text.