Violet & Pink Color Palette
:root {
--color-1: #C62FF4;
--color-2: #E071DE;
--color-3: #DC38B0;
--color-4: #DE7CAC;
}
colors: {
'palette-1': '#C62FF4',
'palette-2': '#E071DE',
'palette-3': '#DC38B0',
'palette-4': '#DE7CAC',
}
const palette = [
'#C62FF4',
'#E071DE',
'#DC38B0',
'#DE7CAC',
];
$color-1: #C62FF4;
$color-2: #E071DE;
$color-3: #DC38B0;
$color-4: #DE7CAC;
This is a warm, vibrant 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a warm, vibrant 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Violet (#C62FF4) and reads as well balanced in lightness, with an average saturation of 71% and lightness of 61%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Violet #C62FF4
rgb(198, 47, 244) · hsl(286, 90%, 57%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #E071DE
rgb(224, 113, 222) · hsl(301, 64%, 66%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #DC38B0
rgb(220, 56, 176) · hsl(316, 70%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #DE7CAC
rgb(222, 124, 172) · hsl(331, 60%, 68%)
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 |
|---|---|---|---|---|
| #C62FF4 | #E071DE | 1.48:1 | Fail | Fail |
| #C62FF4 | #DE7CAC | 1.48:1 | Fail | Fail |
| #E071DE | #DC38B0 | 1.45:1 | Fail | Fail |
| #DC38B0 | #DE7CAC | 1.45:1 | Fail | Fail |
| #C62FF4 | #DC38B0 | 1.02:1 | Fail | Fail |
| #E071DE | #DE7CAC | 1:1 | Fail | Fail |
How to use these colors
- Background — Pink (#DE7CAC): the lightest tone — a clean base for large areas
- Text — Pink (#DC38B0): the darkest tone — readable for body copy and headings
- Primary — Violet (#C62FF4): the most saturated tone — buttons, links and key UI
- Accent — Pink (#DC38B0): 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 Violet 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: Violet (#C62FF4), Pink (#E071DE), Pink (#DC38B0) and Pink (#DE7CAC).
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 #C62FF4, #E071DE, #DC38B0 and #DE7CAC. 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.