Dark Red & Black, Dark Green Color Palette
:root {
--color-1: #1E0A10;
--color-2: #3C0A0A;
--color-3: #2E4134;
--color-4: #70779B;
}
colors: {
'palette-1': '#1E0A10',
'palette-2': '#3C0A0A',
'palette-3': '#2E4134',
'palette-4': '#70779B',
}
const palette = [
'#1E0A10',
'#3C0A0A',
'#2E4134',
'#70779B',
];
$color-1: #1E0A10;
$color-2: #3C0A0A;
$color-3: #2E4134;
$color-4: #70779B;
This is a balanced, versatile 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a balanced, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Red (#3C0A0A) and reads as deep and moody, with an average saturation of 39% and lightness of 24%. It adapts to a wide range of web and brand projects.
The colors in this palette
Black #1E0A10
rgb(30, 10, 16) · hsl(342, 50%, 8%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Red #3C0A0A
rgb(60, 10, 10) · hsl(0, 71%, 14%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Green #2E4134
rgb(46, 65, 52) · hsl(139, 17%, 22%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Blue #70779B
rgb(112, 119, 155) · hsl(230, 18%, 52%)
A soft, muted tone that suits calm backgrounds and large surfaces.
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 |
|---|---|---|---|---|
| #1E0A10 | #70779B | 4.34:1 | Fail | Fail |
| #3C0A0A | #70779B | 3.87:1 | Fail | Fail |
| #2E4134 | #70779B | 2.5:1 | Fail | Fail |
| #1E0A10 | #2E4134 | 1.74:1 | Fail | Fail |
| #3C0A0A | #2E4134 | 1.55:1 | Fail | Fail |
| #1E0A10 | #3C0A0A | 1.12:1 | Fail | Fail |
How to use these colors
- Background — Muted Blue (#70779B): the lightest tone — a clean base for large areas
- Text — Black (#1E0A10): the darkest tone — readable for body copy and headings
- Primary — Dark Red (#3C0A0A): the most saturated tone — buttons, links and key UI
- Accent — Black (#1E0A10): 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 Red 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 (#1E0A10), Dark Red (#3C0A0A), Dark Green (#2E4134) and Muted Blue (#70779B).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #1E0A10, #3C0A0A, #2E4134 and #70779B. 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.