Light Blue & Light Pink, Violet Color Palette
:root {
--color-1: #F5C7F5;
--color-2: #772EC5;
--color-3: #E3A5D6;
--color-4: #C0DEF5;
}
colors: {
'palette-1': '#F5C7F5',
'palette-2': '#772EC5',
'palette-3': '#E3A5D6',
'palette-4': '#C0DEF5',
}
const palette = [
'#F5C7F5',
'#772EC5',
'#E3A5D6',
'#C0DEF5',
];
$color-1: #F5C7F5;
$color-2: #772EC5;
$color-3: #E3A5D6;
$color-4: #C0DEF5;
This is a balanced, bold 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a balanced, bold 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Blue (#C0DEF5) and reads as bright and open, with an average saturation of 64% and lightness of 74%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Pink #F5C7F5
rgb(245, 199, 245) · hsl(300, 70%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Violet #772EC5
rgb(119, 46, 197) · hsl(269, 62%, 48%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Pink #E3A5D6
rgb(227, 165, 214) · hsl(313, 53%, 77%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Blue #C0DEF5
rgb(192, 222, 245) · hsl(206, 73%, 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 |
|---|---|---|---|---|
| #772EC5 | #C0DEF5 | 5.03:1 | Pass | Fail |
| #F5C7F5 | #772EC5 | 4.82:1 | Pass | Fail |
| #772EC5 | #E3A5D6 | 3.56:1 | Fail | Fail |
| #E3A5D6 | #C0DEF5 | 1.41:1 | Fail | Fail |
| #F5C7F5 | #E3A5D6 | 1.35:1 | Fail | Fail |
| #F5C7F5 | #C0DEF5 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5C7F5): the lightest tone — a clean base for large areas
- Text — Violet (#772EC5): the darkest tone — readable for body copy and headings
- Primary — Light Blue (#C0DEF5): the most saturated tone — buttons, links and key UI
- Accent — Violet (#772EC5): 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 Pink (#F5C7F5), Violet (#772EC5), Pink (#E3A5D6) and Light Blue (#C0DEF5).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #F5C7F5, #772EC5, #E3A5D6 and #C0DEF5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
Yes — Violet text on Light Blue reaches a contrast ratio of 5.03:1, which meets the WCAG AA standard for readable text.