Dark Red & Dark Violet, Dark Blue Color Palette
:root {
--color-1: #3A3046;
--color-2: #5B0A0A;
--color-3: #323E4A;
--color-4: #877EAF;
}
colors: {
'palette-1': '#3A3046',
'palette-2': '#5B0A0A',
'palette-3': '#323E4A',
'palette-4': '#877EAF',
}
const palette = [
'#3A3046',
'#5B0A0A',
'#323E4A',
'#877EAF',
];
$color-1: #3A3046;
$color-2: #5B0A0A;
$color-3: #323E4A;
$color-4: #877EAF;
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Dark Red (#5B0A0A) and reads as deep and moody, with an average saturation of 35% and lightness of 32%. It works well for calm, professional and modern interfaces.
The colors in this palette
Dark Violet #3A3046
rgb(58, 48, 70) · hsl(267, 19%, 23%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Red #5B0A0A
rgb(91, 10, 10) · hsl(0, 80%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Dark Blue #323E4A
rgb(50, 62, 74) · hsl(210, 19%, 24%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Muted Violet #877EAF
rgb(135, 126, 175) · hsl(251, 23%, 59%)
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 |
|---|---|---|---|---|
| #5B0A0A | #877EAF | 3.77:1 | Fail | Fail |
| #3A3046 | #877EAF | 3.33:1 | Fail | Fail |
| #323E4A | #877EAF | 2.93:1 | Fail | Fail |
| #5B0A0A | #323E4A | 1.29:1 | Fail | Fail |
| #3A3046 | #323E4A | 1.14:1 | Fail | Fail |
| #3A3046 | #5B0A0A | 1.13:1 | Fail | Fail |
How to use these colors
- Background — Muted Violet (#877EAF): the lightest tone — a clean base for large areas
- Text — Dark Red (#5B0A0A): the darkest tone — readable for body copy and headings
- Primary — Dark Red (#5B0A0A): the most saturated tone — buttons, links and key UI
- Accent — Dark Blue (#323E4A): 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: Dark Violet (#3A3046), Dark Red (#5B0A0A), Dark Blue (#323E4A) and Muted Violet (#877EAF).
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 #3A3046, #5B0A0A, #323E4A and #877EAF. 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.