Pink & Red, Pink Color Palette
:root {
--color-1: #C51C40;
--color-2: #841860;
--color-3: #C479F5;
--color-4: #F548A0;
}
colors: {
'palette-1': '#C51C40',
'palette-2': '#841860',
'palette-3': '#C479F5',
'palette-4': '#F548A0',
}
const palette = [
'#C51C40',
'#841860',
'#C479F5',
'#F548A0',
];
$color-1: #C51C40;
$color-2: #841860;
$color-3: #C479F5;
$color-4: #F548A0;
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 Pink (#F548A0) and reads as well balanced in lightness, with an average saturation of 80% and lightness of 52%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #C51C40
rgb(197, 28, 64) · hsl(347, 75%, 44%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #841860
rgb(132, 24, 96) · hsl(320, 69%, 31%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Violet #C479F5
rgb(196, 121, 245) · hsl(276, 86%, 72%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #F548A0
rgb(245, 72, 160) · hsl(329, 90%, 62%)
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 |
|---|---|---|---|---|
| #841860 | #C479F5 | 3.24:1 | Fail | Fail |
| #841860 | #F548A0 | 2.77:1 | Fail | Fail |
| #C51C40 | #C479F5 | 2.05:1 | Fail | Fail |
| #C51C40 | #F548A0 | 1.75:1 | Fail | Fail |
| #C51C40 | #841860 | 1.58:1 | Fail | Fail |
| #C479F5 | #F548A0 | 1.17:1 | Fail | Fail |
How to use these colors
- Background — Violet (#C479F5): the lightest tone — a clean base for large areas
- Text — Pink (#841860): the darkest tone — readable for body copy and headings
- Primary — Pink (#F548A0): the most saturated tone — buttons, links and key UI
- Accent — Red (#C51C40): 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 (#C51C40), Pink (#841860), Violet (#C479F5) and Pink (#F548A0).
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 #C51C40, #841860, #C479F5 and #F548A0. 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.