Light Pink & Light Pink, Blue Color Palette
:root {
--color-1: #F5DEF5;
--color-2: #7DA7DE;
--color-3: #A98ACF;
--color-4: #F5C3E4;
}
colors: {
'palette-1': '#F5DEF5',
'palette-2': '#7DA7DE',
'palette-3': '#A98ACF',
'palette-4': '#F5C3E4',
}
const palette = [
'#F5DEF5',
'#7DA7DE',
'#A98ACF',
'#F5C3E4',
];
$color-1: #F5DEF5;
$color-2: #7DA7DE;
$color-3: #A98ACF;
$color-4: #F5C3E4;
This is a balanced, easygoing 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a balanced, easygoing 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Pink (#F5C3E4) and reads as bright and open, with an average saturation of 57% and lightness of 78%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Pink #F5DEF5
rgb(245, 222, 245) · hsl(300, 53%, 92%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #7DA7DE
rgb(125, 167, 222) · hsl(214, 60%, 68%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Violet #A98ACF
rgb(169, 138, 207) · hsl(267, 42%, 68%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Pink #F5C3E4
rgb(245, 195, 228) · hsl(320, 71%, 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 |
|---|---|---|---|---|
| #F5DEF5 | #A98ACF | 2.3:1 | Fail | Fail |
| #F5DEF5 | #7DA7DE | 1.97:1 | Fail | Fail |
| #A98ACF | #F5C3E4 | 1.91:1 | Fail | Fail |
| #7DA7DE | #F5C3E4 | 1.63:1 | Fail | Fail |
| #F5DEF5 | #F5C3E4 | 1.21:1 | Fail | Fail |
| #7DA7DE | #A98ACF | 1.17:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5DEF5): the lightest tone — a clean base for large areas
- Text — Violet (#A98ACF): the darkest tone — readable for body copy and headings
- Primary — Light Pink (#F5C3E4): the most saturated tone — buttons, links and key UI
- Accent — Blue (#7DA7DE): 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 Pink (#F5DEF5), Blue (#7DA7DE), Violet (#A98ACF) and Light Pink (#F5C3E4).
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 #F5DEF5, #7DA7DE, #A98ACF and #F5C3E4. 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.