Pink & Red, Dark Pink Color Palette
:root {
--color-1: #E44843;
--color-2: #670A5A;
--color-3: #8338E2;
--color-4: #F568BF;
}
colors: {
'palette-1': '#E44843',
'palette-2': '#670A5A',
'palette-3': '#8338E2',
'palette-4': '#F568BF',
}
const palette = [
'#E44843',
'#670A5A',
'#8338E2',
'#F568BF',
];
$color-1: #E44843;
$color-2: #670A5A;
$color-3: #8338E2;
$color-4: #F568BF;
This is a warm, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a warm, high-energy 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Pink (#F568BF) and reads as well balanced in lightness, with an average saturation of 80% and lightness of 51%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #E44843
rgb(228, 72, 67) · hsl(2, 75%, 58%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Dark Pink #670A5A
rgb(103, 10, 90) · hsl(308, 82%, 22%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Violet #8338E2
rgb(131, 56, 226) · hsl(266, 75%, 55%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #F568BF
rgb(245, 104, 191) · hsl(323, 88%, 68%)
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 |
|---|---|---|---|---|
| #670A5A | #F568BF | 4.31:1 | Fail | Fail |
| #E44843 | #670A5A | 3:1 | Fail | Fail |
| #8338E2 | #F568BF | 2.1:1 | Fail | Fail |
| #670A5A | #8338E2 | 2.05:1 | Fail | Fail |
| #E44843 | #8338E2 | 1.46:1 | Fail | Fail |
| #E44843 | #F568BF | 1.43:1 | Fail | Fail |
How to use these colors
- Background — Pink (#F568BF): the lightest tone — a clean base for large areas
- Text — Dark Pink (#670A5A): the darkest tone — readable for body copy and headings
- Primary — Dark Pink (#670A5A): the most saturated tone — buttons, links and key UI
- Accent — Red (#E44843): 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 (#E44843), Dark Pink (#670A5A), Violet (#8338E2) and Pink (#F568BF).
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 #E44843, #670A5A, #8338E2 and #F568BF. 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.