Pink & Red, Pink Color Palette
:root {
--color-1: #9F2410;
--color-2: #C5221A;
--color-3: #F5578A;
--color-4: #BC5EBF;
}
colors: {
'palette-1': '#9F2410',
'palette-2': '#C5221A',
'palette-3': '#F5578A',
'palette-4': '#BC5EBF',
}
const palette = [
'#9F2410',
'#C5221A',
'#F5578A',
'#BC5EBF',
];
$color-1: #9F2410;
$color-2: #C5221A;
$color-3: #F5578A;
$color-4: #BC5EBF;
This is a warm, high-energy 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a warm, high-energy 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Pink (#F5578A) and reads as well balanced in lightness, with an average saturation of 73% and lightness of 50%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #9F2410
rgb(159, 36, 16) · hsl(8, 82%, 34%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #C5221A
rgb(197, 34, 26) · hsl(3, 77%, 44%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #F5578A
rgb(245, 87, 138) · hsl(341, 89%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #BC5EBF
rgb(188, 94, 191) · hsl(298, 43%, 56%)
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 |
|---|---|---|---|---|
| #9F2410 | #F5578A | 2.42:1 | Fail | Fail |
| #9F2410 | #BC5EBF | 2.01:1 | Fail | Fail |
| #C5221A | #F5578A | 1.83:1 | Fail | Fail |
| #C5221A | #BC5EBF | 1.52:1 | Fail | Fail |
| #9F2410 | #C5221A | 1.32:1 | Fail | Fail |
| #F5578A | #BC5EBF | 1.2:1 | Fail | Fail |
How to use these colors
- Background — Pink (#F5578A): the lightest tone — a clean base for large areas
- Text — Red (#9F2410): the darkest tone — readable for body copy and headings
- Primary — Red (#9F2410): the most saturated tone — buttons, links and key UI
- Accent — Red (#C5221A): 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 Pink 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 (#9F2410), Red (#C5221A), Pink (#F5578A) and Pink (#BC5EBF).
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 #9F2410, #C5221A, #F5578A and #BC5EBF. 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.