Light Pink & Dark Pink, Pink Color Palette
:root {
--color-1: #5C0A52;
--color-2: #B814A5;
--color-3: #EB47D8;
--color-4: #F5A3EB;
}
colors: {
'palette-1': '#5C0A52',
'palette-2': '#B814A5',
'palette-3': '#EB47D8',
'palette-4': '#F5A3EB',
}
const palette = [
'#5C0A52',
'#B814A5',
'#EB47D8',
'#F5A3EB',
];
$color-1: #5C0A52;
$color-2: #B814A5;
$color-3: #EB47D8;
$color-4: #F5A3EB;
This is a warm, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look.
About this color palette
This is a warm, vibrant 4-colour palette that combines high-contrast tones for a bold, dynamic look. It is anchored by Light Pink (#F5A3EB) and reads as well balanced in lightness, with an average saturation of 80% and lightness of 50%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Dark Pink #5C0A52
rgb(92, 10, 82) · hsl(307, 80%, 20%)
A deep, low-lightness tone — strong for text, headings and bold accents.
Pink #B814A5
rgb(184, 20, 165) · hsl(307, 80%, 40%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #EB47D8
rgb(235, 71, 216) · hsl(307, 80%, 60%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Pink #F5A3EB
rgb(245, 163, 235) · hsl(307, 80%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
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 |
|---|---|---|---|---|
| #5C0A52 | #F5A3EB | 6.99:1 | Pass | Fail |
| #5C0A52 | #EB47D8 | 3.97:1 | Fail | Fail |
| #B814A5 | #F5A3EB | 3.08:1 | Fail | Fail |
| #5C0A52 | #B814A5 | 2.27:1 | Fail | Fail |
| #EB47D8 | #F5A3EB | 1.76:1 | Fail | Fail |
| #B814A5 | #EB47D8 | 1.75:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5A3EB): the lightest tone — a clean base for large areas
- Text — Dark Pink (#5C0A52): the darkest tone — readable for body copy and headings
- Primary — Dark Pink (#5C0A52): the most saturated tone — buttons, links and key UI
- Accent — Pink (#B814A5): 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 Light 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: Dark Pink (#5C0A52), Pink (#B814A5), Pink (#EB47D8) and Light Pink (#F5A3EB).
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 #5C0A52, #B814A5, #EB47D8 and #F5A3EB. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Dark Pink text on Light Pink reaches a contrast ratio of 6.99:1, which meets the WCAG AA standard for readable text.