Violet & Light Pink, Light Blue Color Palette
:root {
--color-1: #E8AAF4;
--color-2: #B559EB;
--color-3: #F5D4F5;
--color-4: #AAACE6;
}
colors: {
'palette-1': '#E8AAF4',
'palette-2': '#B559EB',
'palette-3': '#F5D4F5',
'palette-4': '#AAACE6',
}
const palette = [
'#E8AAF4',
'#B559EB',
'#F5D4F5',
'#AAACE6',
];
$color-1: #E8AAF4;
$color-2: #B559EB;
$color-3: #F5D4F5;
$color-4: #AAACE6;
This is a cool, high-energy 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a cool, high-energy 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Violet (#B559EB) and reads as bright and open, with an average saturation of 68% and lightness of 78%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Pink #E8AAF4
rgb(232, 170, 244) · hsl(290, 77%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #B559EB
rgb(181, 89, 235) · hsl(278, 78%, 64%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Pink #F5D4F5
rgb(245, 212, 245) · hsl(300, 62%, 90%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #AAACE6
rgb(170, 172, 230) · hsl(238, 55%, 78%)
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 |
|---|---|---|---|---|
| #B559EB | #F5D4F5 | 2.79:1 | Fail | Fail |
| #E8AAF4 | #B559EB | 2.05:1 | Fail | Fail |
| #B559EB | #AAACE6 | 1.74:1 | Fail | Fail |
| #F5D4F5 | #AAACE6 | 1.6:1 | Fail | Fail |
| #E8AAF4 | #F5D4F5 | 1.36:1 | Fail | Fail |
| #E8AAF4 | #AAACE6 | 1.18:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5D4F5): the lightest tone — a clean base for large areas
- Text — Violet (#B559EB): the darkest tone — readable for body copy and headings
- Primary — Violet (#B559EB): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#E8AAF4): 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 (#E8AAF4), Violet (#B559EB), Light Pink (#F5D4F5) and Light Blue (#AAACE6).
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 #E8AAF4, #B559EB, #F5D4F5 and #AAACE6. 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.