Light Blue & Light Violet, Violet Color Palette
:root {
--color-1: #E5D1F5;
--color-2: #962AD6;
--color-3: #E9AEBF;
--color-4: #B3C6F1;
}
colors: {
'palette-1': '#E5D1F5',
'palette-2': '#962AD6',
'palette-3': '#E9AEBF',
'palette-4': '#B3C6F1',
}
const palette = [
'#E5D1F5',
'#962AD6',
'#E9AEBF',
'#B3C6F1',
];
$color-1: #E5D1F5;
$color-2: #962AD6;
$color-3: #E9AEBF;
$color-4: #B3C6F1;
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, bold 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Blue (#B3C6F1) and reads as bright and open, with an average saturation of 65% and lightness of 75%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Violet #E5D1F5
rgb(229, 209, 245) · hsl(273, 64%, 89%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #962AD6
rgb(150, 42, 214) · hsl(278, 68%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Pink #E9AEBF
rgb(233, 174, 191) · hsl(343, 57%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #B3C6F1
rgb(179, 198, 241) · hsl(222, 69%, 82%)
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 |
|---|---|---|---|---|
| #E5D1F5 | #962AD6 | 4.1:1 | Fail | Fail |
| #962AD6 | #B3C6F1 | 3.41:1 | Fail | Fail |
| #962AD6 | #E9AEBF | 3.13:1 | Fail | Fail |
| #E5D1F5 | #E9AEBF | 1.31:1 | Fail | Fail |
| #E5D1F5 | #B3C6F1 | 1.2:1 | Fail | Fail |
| #E9AEBF | #B3C6F1 | 1.09:1 | Fail | Fail |
How to use these colors
- Background — Light Violet (#E5D1F5): the lightest tone — a clean base for large areas
- Text — Violet (#962AD6): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#B3C6F1): the most saturated tone — buttons, links and key UI
- Accent — Violet (#962AD6): 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 (#E5D1F5), Violet (#962AD6), Light Pink (#E9AEBF) and Light Blue (#B3C6F1).
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 #E5D1F5, #962AD6, #E9AEBF and #B3C6F1. 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.