Light Pink & Light Blue, Blue Color Palette
:root {
--color-1: #C3BDED;
--color-2: #719ED6;
--color-3: #A488D5;
--color-4: #F0C6EF;
}
colors: {
'palette-1': '#C3BDED',
'palette-2': '#719ED6',
'palette-3': '#A488D5',
'palette-4': '#F0C6EF',
}
const palette = [
'#C3BDED',
'#719ED6',
'#A488D5',
'#F0C6EF',
];
$color-1: #C3BDED;
$color-2: #719ED6;
$color-3: #A488D5;
$color-4: #F0C6EF;
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a cool, versatile 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Pink (#F0C6EF) and reads as bright and open, with an average saturation of 55% and lightness of 75%. It works well for calm, professional and modern interfaces.
The colors in this palette
Light Blue #C3BDED
rgb(195, 189, 237) · hsl(248, 57%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #719ED6
rgb(113, 158, 214) · hsl(213, 55%, 64%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Violet #A488D5
rgb(164, 136, 213) · hsl(262, 48%, 68%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Pink #F0C6EF
rgb(240, 198, 239) · hsl(301, 58%, 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 |
|---|---|---|---|---|
| #A488D5 | #F0C6EF | 1.99:1 | Fail | Fail |
| #719ED6 | #F0C6EF | 1.85:1 | Fail | Fail |
| #C3BDED | #A488D5 | 1.67:1 | Fail | Fail |
| #C3BDED | #719ED6 | 1.56:1 | Fail | Fail |
| #C3BDED | #F0C6EF | 1.19:1 | Fail | Fail |
| #719ED6 | #A488D5 | 1.07:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F0C6EF): the lightest tone — a clean base for large areas
- Text — Blue (#719ED6): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#C3BDED): the most saturated tone — buttons, links and key UI
- Accent — Blue (#719ED6): 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 Pink 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 Blue (#C3BDED), Blue (#719ED6), Violet (#A488D5) and Light Pink (#F0C6EF).
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 #C3BDED, #719ED6, #A488D5 and #F0C6EF. 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.