Dark Blue & Dark Green, Dark Teal Color Palette
:root {
--color-1: #1F382F;
--color-2: #0B2C44;
--color-3: #2B4A4D;
--color-4: #44D2B3;
}
colors: {
'palette-1': '#1F382F',
'palette-2': '#0B2C44',
'palette-3': '#2B4A4D',
'palette-4': '#44D2B3',
}
const palette = [
'#1F382F',
'#0B2C44',
'#2B4A4D',
'#44D2B3',
];
$color-1: #1F382F;
$color-2: #0B2C44;
$color-3: #2B4A4D;
$color-4: #44D2B3;
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 Dark Blue (#0B2C44) and reads as deep and moody, with an average saturation of 48% and lightness of 28%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Green #1F382F
rgb(31, 56, 47) · hsl(158, 29%, 17%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Blue #0B2C44
rgb(11, 44, 68) · hsl(205, 72%, 15%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Teal #2B4A4D
rgb(43, 74, 77) · hsl(185, 28%, 24%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Teal #44D2B3
rgb(68, 210, 179) · hsl(167, 61%, 55%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #0B2C44 | #44D2B3 | 7.62:1 | Pass | Pass |
| #1F382F | #44D2B3 | 6.68:1 | Pass | Fail |
| #2B4A4D | #44D2B3 | 5.08:1 | Pass | Fail |
| #0B2C44 | #2B4A4D | 1.5:1 | Fail | Fail |
| #1F382F | #2B4A4D | 1.31:1 | Fail | Fail |
| #1F382F | #0B2C44 | 1.14:1 | Fail | Fail |
How to use these colors
- Background — Teal (#44D2B3): the lightest tone — a clean base for large areas
- Text — Dark Blue (#0B2C44): the darkest tone — readable for body copy and headings
- Primary — Dark Blue (#0B2C44): the most saturated tone — buttons, links and key UI
- Accent — Dark Green (#1F382F): 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 Dark 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: Dark Green (#1F382F), Dark Blue (#0B2C44), Dark Teal (#2B4A4D) and Teal (#44D2B3).
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 #1F382F, #0B2C44, #2B4A4D and #44D2B3. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Blue text on Teal reaches a contrast ratio of 7.62:1, which meets the WCAG AAA standard for readable text.