Violet & Light Pink, Light Red Color Palette
:root {
--color-1: #EDD1F0;
--color-2: #EEB5BD;
--color-3: #CC9CED;
--color-4: #DDC2F0;
}
colors: {
'palette-1': '#EDD1F0',
'palette-2': '#EEB5BD',
'palette-3': '#CC9CED',
'palette-4': '#DDC2F0',
}
const palette = [
'#EDD1F0',
'#EEB5BD',
'#CC9CED',
'#DDC2F0',
];
$color-1: #EDD1F0;
$color-2: #EEB5BD;
$color-3: #CC9CED;
$color-4: #DDC2F0;
This is a cool, vibrant 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a cool, vibrant 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Violet (#CC9CED) and reads as bright and open, with an average saturation of 61% and lightness of 83%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Pink #EDD1F0
rgb(237, 209, 240) · hsl(294, 51%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Red #EEB5BD
rgb(238, 181, 189) · hsl(352, 63%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #CC9CED
rgb(204, 156, 237) · hsl(276, 69%, 77%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Violet #DDC2F0
rgb(221, 194, 240) · hsl(275, 61%, 85%)
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 |
|---|---|---|---|---|
| #EDD1F0 | #CC9CED | 1.57:1 | Fail | Fail |
| #CC9CED | #DDC2F0 | 1.37:1 | Fail | Fail |
| #EDD1F0 | #EEB5BD | 1.25:1 | Fail | Fail |
| #EEB5BD | #CC9CED | 1.25:1 | Fail | Fail |
| #EDD1F0 | #DDC2F0 | 1.15:1 | Fail | Fail |
| #EEB5BD | #DDC2F0 | 1.09:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#EDD1F0): the lightest tone — a clean base for large areas
- Text — Violet (#CC9CED): the darkest tone — readable for body copy and headings
- Primary — Violet (#CC9CED): the most saturated tone — buttons, links and key UI
- Accent — Light Red (#EEB5BD): 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: Light Pink (#EDD1F0), Light Red (#EEB5BD), Violet (#CC9CED) and Light Violet (#DDC2F0).
Is this a warm or cool colour palette?
It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.
What are the hex codes for this palette?
The hex codes are #EDD1F0, #EEB5BD, #CC9CED and #DDC2F0. 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.