Red & Pink, Red Color Palette
:root {
--color-1: #EA3483;
--color-2: #EA2A4D;
--color-3: #B32419;
--color-4: #D36836;
}
colors: {
'palette-1': '#EA3483',
'palette-2': '#EA2A4D',
'palette-3': '#B32419',
'palette-4': '#D36836',
}
const palette = [
'#EA3483',
'#EA2A4D',
'#B32419',
'#D36836',
];
$color-1: #EA3483;
$color-2: #EA2A4D;
$color-3: #B32419;
$color-4: #D36836;
This is a warm, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Red (#EA2A4D) and reads as well balanced in lightness, with an average saturation of 76% and lightness of 51%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Pink #EA3483
rgb(234, 52, 131) · hsl(334, 81%, 56%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #EA2A4D
rgb(234, 42, 77) · hsl(349, 82%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #B32419
rgb(179, 36, 25) · hsl(4, 75%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #D36836
rgb(211, 104, 54) · hsl(19, 64%, 52%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #B32419 | #D36836 | 1.82:1 | Fail | Fail |
| #EA3483 | #B32419 | 1.67:1 | Fail | Fail |
| #EA2A4D | #B32419 | 1.55:1 | Fail | Fail |
| #EA2A4D | #D36836 | 1.18:1 | Fail | Fail |
| #EA3483 | #D36836 | 1.09:1 | Fail | Fail |
| #EA3483 | #EA2A4D | 1.08:1 | Fail | Fail |
How to use these colors
- Background — Pink (#EA3483): the lightest tone — a clean base for large areas
- Text — Red (#B32419): the darkest tone — readable for body copy and headings
- Primary — Red (#EA2A4D): the most saturated tone — buttons, links and key UI
- Accent — Red (#B32419): 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: Pink (#EA3483), Red (#EA2A4D), Red (#B32419) and Orange (#D36836).
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 #EA3483, #EA2A4D, #B32419 and #D36836. 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.