Pink & Pink, Red Color Palette
:root {
--color-1: #EF39B2;
--color-2: #DE4F8B;
--color-3: #BB1B36;
--color-4: #D04135;
}
colors: {
'palette-1': '#EF39B2',
'palette-2': '#DE4F8B',
'palette-3': '#BB1B36',
'palette-4': '#D04135',
}
const palette = [
'#EF39B2',
'#DE4F8B',
'#BB1B36',
'#D04135',
];
$color-1: #EF39B2;
$color-2: #DE4F8B;
$color-3: #BB1B36;
$color-4: #D04135;
This is a warm, vibrant 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a warm, vibrant 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Pink (#EF39B2) and reads as well balanced in lightness, with an average saturation of 73% and lightness of 53%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Pink #EF39B2
rgb(239, 57, 178) · hsl(320, 85%, 58%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #DE4F8B
rgb(222, 79, 139) · hsl(335, 68%, 59%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #BB1B36
rgb(187, 27, 54) · hsl(350, 75%, 42%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Red #D04135
rgb(208, 65, 53) · hsl(5, 62%, 51%)
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 |
|---|---|---|---|---|
| #EF39B2 | #BB1B36 | 1.77:1 | Fail | Fail |
| #DE4F8B | #BB1B36 | 1.68:1 | Fail | Fail |
| #BB1B36 | #D04135 | 1.35:1 | Fail | Fail |
| #EF39B2 | #D04135 | 1.31:1 | Fail | Fail |
| #DE4F8B | #D04135 | 1.25:1 | Fail | Fail |
| #EF39B2 | #DE4F8B | 1.05:1 | Fail | Fail |
How to use these colors
- Background — Pink (#DE4F8B): the lightest tone — a clean base for large areas
- Text — Red (#BB1B36): the darkest tone — readable for body copy and headings
- Primary — Pink (#EF39B2): the most saturated tone — buttons, links and key UI
- Accent — Red (#BB1B36): 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: Pink (#EF39B2), Pink (#DE4F8B), Red (#BB1B36) and Red (#D04135).
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 #EF39B2, #DE4F8B, #BB1B36 and #D04135. 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.