Dark Red & Black, Charcoal Color Palette
:root {
--color-1: #0C0A0D;
--color-2: #760B0B;
--color-3: #454454;
--color-4: #9B9CC2;
}
colors: {
'palette-1': '#0C0A0D',
'palette-2': '#760B0B',
'palette-3': '#454454',
'palette-4': '#9B9CC2',
}
const palette = [
'#0C0A0D',
'#760B0B',
'#454454',
'#9B9CC2',
];
$color-1: #0C0A0D;
$color-2: #760B0B;
$color-3: #454454;
$color-4: #9B9CC2;
This is a cool, versatile 4-colour palette pairing strongly contrasting colours for real visual punch.
About this color palette
This is a cool, versatile 4-colour palette pairing strongly contrasting colours for real visual punch. It is anchored by Dark Red (#760B0B) and reads as deep and moody, with an average saturation of 33% and lightness of 32%. It works well for calm, professional and modern interfaces.
The colors in this palette
Black #0C0A0D
rgb(12, 10, 13) · hsl(280, 13%, 5%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Red #760B0B
rgb(118, 11, 11) · hsl(0, 83%, 25%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Charcoal #454454
rgb(69, 68, 84) · hsl(244, 11%, 30%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Muted Blue #9B9CC2
rgb(155, 156, 194) · hsl(238, 24%, 68%)
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 |
|---|---|---|---|---|
| #0C0A0D | #9B9CC2 | 7.45:1 | Pass | Pass |
| #760B0B | #9B9CC2 | 4.35:1 | Fail | Fail |
| #454454 | #9B9CC2 | 3.59:1 | Fail | Fail |
| #0C0A0D | #454454 | 2.07:1 | Fail | Fail |
| #0C0A0D | #760B0B | 1.71:1 | Fail | Fail |
| #760B0B | #454454 | 1.21:1 | Fail | Fail |
How to use these colors
- Background — Muted Blue (#9B9CC2): the lightest tone — a clean base for large areas
- Text — Black (#0C0A0D): the darkest tone — readable for body copy and headings
- Primary — Dark Red (#760B0B): the most saturated tone — buttons, links and key UI
- Accent — Black (#0C0A0D): 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 (#0C0A0D), Dark Red (#760B0B), Charcoal (#454454) and Muted Blue (#9B9CC2).
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 #0C0A0D, #760B0B, #454454 and #9B9CC2. 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 Muted Blue reaches a contrast ratio of 7.45:1, which meets the WCAG AAA standard for readable text.