Dark Green & Dark Blue, Black Color Palette
:root {
--color-1: #242832;
--color-2: #122A16;
--color-3: #0A0A0A;
--color-4: #0A0A16;
}
colors: {
'palette-1': '#242832',
'palette-2': '#122A16',
'palette-3': '#0A0A0A',
'palette-4': '#0A0A16',
}
const palette = [
'#242832',
'#122A16',
'#0A0A0A',
'#0A0A16',
];
$color-1: #242832;
$color-2: #122A16;
$color-3: #0A0A0A;
$color-4: #0A0A16;
This is a cool, subtle 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, subtle 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Dark Green (#122A16) and reads as deep and moody, with an average saturation of 23% and lightness of 10%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Blue #242832
rgb(36, 40, 50) · hsl(223, 16%, 17%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Green #122A16
rgb(18, 42, 22) · hsl(130, 40%, 12%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Black #0A0A0A
rgb(10, 10, 10) · hsl(0, 0%, 4%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Black #0A0A16
rgb(10, 10, 22) · hsl(240, 38%, 6%)
A deep, low-lightness tone — strong for text, headings and bold accents.
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 |
|---|---|---|---|---|
| #242832 | #0A0A0A | 1.34:1 | Fail | Fail |
| #242832 | #0A0A16 | 1.33:1 | Fail | Fail |
| #122A16 | #0A0A0A | 1.29:1 | Fail | Fail |
| #122A16 | #0A0A16 | 1.28:1 | Fail | Fail |
| #242832 | #122A16 | 1.04:1 | Fail | Fail |
| #0A0A0A | #0A0A16 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Dark Blue (#242832): the lightest tone — a clean base for large areas
- Text — Black (#0A0A0A): the darkest tone — readable for body copy and headings
- Primary — Dark Green (#122A16): the most saturated tone — buttons, links and key UI
- Accent — Black (#0A0A16): 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 Green 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 Blue (#242832), Dark Green (#122A16), Black (#0A0A0A) and Black (#0A0A16).
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 #242832, #122A16, #0A0A0A and #0A0A16. 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.