Dark Red & Black, Dark Violet Color Palette
:root {
--color-1: #0A0A0A;
--color-2: #500A0A;
--color-3: #47344B;
--color-4: #5D5E78;
}
colors: {
'palette-1': '#0A0A0A',
'palette-2': '#500A0A',
'palette-3': '#47344B',
'palette-4': '#5D5E78',
}
const palette = [
'#0A0A0A',
'#500A0A',
'#47344B',
'#5D5E78',
];
$color-1: #0A0A0A;
$color-2: #500A0A;
$color-3: #47344B;
$color-4: #5D5E78;
This is a cool, subtle 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, subtle 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Red (#500A0A) and reads as deep and moody, with an average saturation of 27% and lightness of 22%. It works well for calm, professional and modern interfaces.
The colors in this palette
Black #0A0A0A
rgb(10, 10, 10) · hsl(0, 0%, 4%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Red #500A0A
rgb(80, 10, 10) · hsl(0, 78%, 18%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Violet #47344B
rgb(71, 52, 75) · hsl(290, 18%, 25%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Blue #5D5E78
rgb(93, 94, 120) · hsl(238, 13%, 42%)
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 |
|---|---|---|---|---|
| #0A0A0A | #5D5E78 | 3.15:1 | Fail | Fail |
| #500A0A | #5D5E78 | 2.4:1 | Fail | Fail |
| #47344B | #5D5E78 | 1.79:1 | Fail | Fail |
| #0A0A0A | #47344B | 1.75:1 | Fail | Fail |
| #500A0A | #47344B | 1.34:1 | Fail | Fail |
| #0A0A0A | #500A0A | 1.31:1 | Fail | Fail |
How to use these colors
- Background — Muted Blue (#5D5E78): the lightest tone — a clean base for large areas
- Text — Black (#0A0A0A): the darkest tone — readable for body copy and headings
- Primary — Dark Red (#500A0A): the most saturated tone — buttons, links and key UI
- Accent — Dark Violet (#47344B): 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 (#0A0A0A), Dark Red (#500A0A), Dark Violet (#47344B) and Muted Blue (#5D5E78).
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 #0A0A0A, #500A0A, #47344B and #5D5E78. 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.