Light Blue & Light Violet, Muted Violet Color Palette
:root {
--color-1: #E5C2F5;
--color-2: #9CCDF5;
--color-3: #8867A7;
--color-4: #F5C4EA;
}
colors: {
'palette-1': '#E5C2F5',
'palette-2': '#9CCDF5',
'palette-3': '#8867A7',
'palette-4': '#F5C4EA',
}
const palette = [
'#E5C2F5',
'#9CCDF5',
'#8867A7',
'#F5C4EA',
];
$color-1: #E5C2F5;
$color-2: #9CCDF5;
$color-3: #8867A7;
$color-4: #F5C4EA;
This is a cool, bold 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, bold 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Blue (#9CCDF5) and reads as bright and open, with an average saturation of 63% and lightness of 76%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Violet #E5C2F5
rgb(229, 194, 245) · hsl(281, 72%, 86%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #9CCDF5
rgb(156, 205, 245) · hsl(207, 82%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Muted Violet #8867A7
rgb(136, 103, 167) · hsl(271, 27%, 53%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Light Pink #F5C4EA
rgb(245, 196, 234) · hsl(313, 71%, 86%)
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 |
|---|---|---|---|---|
| #8867A7 | #F5C4EA | 3.07:1 | Fail | Fail |
| #E5C2F5 | #8867A7 | 2.94:1 | Fail | Fail |
| #9CCDF5 | #8867A7 | 2.74:1 | Fail | Fail |
| #9CCDF5 | #F5C4EA | 1.12:1 | Fail | Fail |
| #E5C2F5 | #9CCDF5 | 1.07:1 | Fail | Fail |
| #E5C2F5 | #F5C4EA | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5C4EA): the lightest tone — a clean base for large areas
- Text — Muted Violet (#8867A7): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#9CCDF5): the most saturated tone — buttons, links and key UI
- Accent — Light Violet (#E5C2F5): 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 Blue 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 Violet (#E5C2F5), Light Blue (#9CCDF5), Muted Violet (#8867A7) and Light Pink (#F5C4EA).
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 #E5C2F5, #9CCDF5, #8867A7 and #F5C4EA. 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.