Red & Red, Violet Color Palette
:root {
--color-1: #A4200E;
--color-2: #CA2121;
--color-3: #EC4770;
--color-4: #9D46C4;
}
colors: {
'palette-1': '#A4200E',
'palette-2': '#CA2121',
'palette-3': '#EC4770',
'palette-4': '#9D46C4',
}
const palette = [
'#A4200E',
'#CA2121',
'#EC4770',
'#9D46C4',
];
$color-1: #A4200E;
$color-2: #CA2121;
$color-3: #EC4770;
$color-4: #9D46C4;
This is a warm, high-energy 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a warm, high-energy 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Red (#A4200E) and reads as well balanced in lightness, with an average saturation of 72% and lightness of 48%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #A4200E
rgb(164, 32, 14) · hsl(7, 84%, 35%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #CA2121
rgb(202, 33, 33) · hsl(0, 72%, 46%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #EC4770
rgb(236, 71, 112) · hsl(345, 81%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #9D46C4
rgb(157, 70, 196) · hsl(281, 52%, 52%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #A4200E | #EC4770 | 2.04:1 | Fail | Fail |
| #CA2121 | #EC4770 | 1.52:1 | Fail | Fail |
| #A4200E | #9D46C4 | 1.47:1 | Fail | Fail |
| #EC4770 | #9D46C4 | 1.39:1 | Fail | Fail |
| #A4200E | #CA2121 | 1.34:1 | Fail | Fail |
| #CA2121 | #9D46C4 | 1.09:1 | Fail | Fail |
How to use these colors
- Background — Red (#EC4770): the lightest tone — a clean base for large areas
- Text — Red (#A4200E): the darkest tone — readable for body copy and headings
- Primary — Red (#A4200E): the most saturated tone — buttons, links and key UI
- Accent — Red (#CA2121): 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 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: Red (#A4200E), Red (#CA2121), Red (#EC4770) and Violet (#9D46C4).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #A4200E, #CA2121, #EC4770 and #9D46C4. 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.