Light Pink & Light Red, Light Violet Color Palette
:root {
--color-1: #F0E0DB;
--color-2: #F1CAEE;
--color-3: #E2BFED;
--color-4: #CCABE7;
}
colors: {
'palette-1': '#F0E0DB',
'palette-2': '#F1CAEE',
'palette-3': '#E2BFED',
'palette-4': '#CCABE7',
}
const palette = [
'#F0E0DB',
'#F1CAEE',
'#E2BFED',
'#CCABE7',
];
$color-1: #F0E0DB;
$color-2: #F1CAEE;
$color-3: #E2BFED;
$color-4: #CCABE7;
This is a balanced, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a balanced, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Pink (#F1CAEE) and reads as bright and open, with an average saturation of 53% and lightness of 85%. It adapts to a wide range of web and brand projects.
The colors in this palette
Light Red #F0E0DB
rgb(240, 224, 219) · hsl(14, 41%, 90%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F1CAEE
rgb(241, 202, 238) · hsl(305, 58%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #E2BFED
rgb(226, 191, 237) · hsl(286, 56%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #CCABE7
rgb(204, 171, 231) · hsl(273, 56%, 79%)
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 |
|---|---|---|---|---|
| #F0E0DB | #CCABE7 | 1.55:1 | Fail | Fail |
| #F1CAEE | #CCABE7 | 1.37:1 | Fail | Fail |
| #F0E0DB | #E2BFED | 1.27:1 | Fail | Fail |
| #E2BFED | #CCABE7 | 1.22:1 | Fail | Fail |
| #F0E0DB | #F1CAEE | 1.14:1 | Fail | Fail |
| #F1CAEE | #E2BFED | 1.12:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#F0E0DB): the lightest tone — a clean base for large areas
- Text — Light Violet (#CCABE7): the darkest tone — readable for body copy and headings
- Primary — Light Pink (#F1CAEE): the most saturated tone — buttons, links and key UI
- Accent — Light Violet (#E2BFED): 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 Red (#F0E0DB), Light Pink (#F1CAEE), Light Violet (#E2BFED) and Light Violet (#CCABE7).
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 #F0E0DB, #F1CAEE, #E2BFED and #CCABE7. 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.