Light Red & Light Blue, Light Pink Color Palette
:root {
--color-1: #C4CBED;
--color-2: #EEBFE8;
--color-3: #E7EBA8;
--color-4: #F5D5D1;
}
colors: {
'palette-1': '#C4CBED',
'palette-2': '#EEBFE8',
'palette-3': '#E7EBA8',
'palette-4': '#F5D5D1',
}
const palette = [
'#C4CBED',
'#EEBFE8',
'#E7EBA8',
'#F5D5D1',
];
$color-1: #C4CBED;
$color-2: #EEBFE8;
$color-3: #E7EBA8;
$color-4: #F5D5D1;
This is a warm, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, bold 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Red (#F5D5D1) and reads as bright and open, with an average saturation of 60% and lightness of 84%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Blue #C4CBED
rgb(196, 203, 237) · hsl(230, 53%, 85%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #EEBFE8
rgb(238, 191, 232) · hsl(308, 58%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Yellow #E7EBA8
rgb(231, 235, 168) · hsl(64, 63%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Red #F5D5D1
rgb(245, 213, 209) · hsl(7, 64%, 89%)
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 |
|---|---|---|---|---|
| #C4CBED | #E7EBA8 | 1.28:1 | Fail | Fail |
| #EEBFE8 | #E7EBA8 | 1.27:1 | Fail | Fail |
| #C4CBED | #F5D5D1 | 1.17:1 | Fail | Fail |
| #EEBFE8 | #F5D5D1 | 1.16:1 | Fail | Fail |
| #E7EBA8 | #F5D5D1 | 1.1:1 | Fail | Fail |
| #C4CBED | #EEBFE8 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — Light Red (#F5D5D1): the lightest tone — a clean base for large areas
- Text — Light Yellow (#E7EBA8): the darkest tone — readable for body copy and headings
- Primary — Light Yellow (#E7EBA8): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#EEBFE8): 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 Red 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 (#C4CBED), Light Pink (#EEBFE8), Light Yellow (#E7EBA8) and Light Red (#F5D5D1).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #C4CBED, #EEBFE8, #E7EBA8 and #F5D5D1. 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.