Light Blue & Violet, Light Pink Color Palette
:root {
--color-1: #D392E2;
--color-2: #A940D5;
--color-3: #EAABD9;
--color-4: #C9CDF5;
}
colors: {
'palette-1': '#D392E2',
'palette-2': '#A940D5',
'palette-3': '#EAABD9',
'palette-4': '#C9CDF5',
}
const palette = [
'#D392E2',
'#A940D5',
'#EAABD9',
'#C9CDF5',
];
$color-1: #D392E2;
$color-2: #A940D5;
$color-3: #EAABD9;
$color-4: #C9CDF5;
This is a cool, high-energy 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a cool, high-energy 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Blue (#C9CDF5) and reads as bright and open, with an average saturation of 63% and lightness of 74%. It works well for calm, professional and modern interfaces.
The colors in this palette
Violet #D392E2
rgb(211, 146, 226) · hsl(289, 58%, 73%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Violet #A940D5
rgb(169, 64, 213) · hsl(282, 64%, 54%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Pink #EAABD9
rgb(234, 171, 217) · hsl(316, 60%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Blue #C9CDF5
rgb(201, 205, 245) · hsl(235, 69%, 87%)
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 |
|---|---|---|---|---|
| #A940D5 | #C9CDF5 | 3.09:1 | Fail | Fail |
| #A940D5 | #EAABD9 | 2.59:1 | Fail | Fail |
| #D392E2 | #A940D5 | 2.05:1 | Fail | Fail |
| #D392E2 | #C9CDF5 | 1.51:1 | Fail | Fail |
| #D392E2 | #EAABD9 | 1.26:1 | Fail | Fail |
| #EAABD9 | #C9CDF5 | 1.2:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#C9CDF5): the lightest tone — a clean base for large areas
- Text — Violet (#A940D5): the darkest tone — readable for body copy and headings
- Primary — Violet (#A940D5): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#EAABD9): 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: Violet (#D392E2), Violet (#A940D5), Light Pink (#EAABD9) and Light Blue (#C9CDF5).
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 #D392E2, #A940D5, #EAABD9 and #C9CDF5. 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.