Light Red & Light Pink, Light Yellow Color Palette
:root {
--color-1: #F5C3B9;
--color-2: #E8B2D7;
--color-3: #F5EFBE;
--color-4: #E8D9E6;
}
colors: {
'palette-1': '#F5C3B9',
'palette-2': '#E8B2D7',
'palette-3': '#F5EFBE',
'palette-4': '#E8D9E6',
}
const palette = [
'#F5C3B9',
'#E8B2D7',
'#F5EFBE',
'#E8D9E6',
];
$color-1: #F5C3B9;
$color-2: #E8B2D7;
$color-3: #F5EFBE;
$color-4: #E8D9E6;
This is a warm, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, easygoing 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Red (#F5C3B9) and reads as bright and open, with an average saturation of 57% and lightness of 85%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Red #F5C3B9
rgb(245, 195, 185) · hsl(10, 75%, 84%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #E8B2D7
rgb(232, 178, 215) · hsl(319, 54%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Yellow #F5EFBE
rgb(245, 239, 190) · hsl(53, 73%, 85%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #E8D9E6
rgb(232, 217, 230) · hsl(308, 25%, 88%)
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 |
|---|---|---|---|---|
| #E8B2D7 | #F5EFBE | 1.53:1 | Fail | Fail |
| #F5C3B9 | #F5EFBE | 1.34:1 | Fail | Fail |
| #E8B2D7 | #E8D9E6 | 1.32:1 | Fail | Fail |
| #F5C3B9 | #E8D9E6 | 1.16:1 | Fail | Fail |
| #F5EFBE | #E8D9E6 | 1.16:1 | Fail | Fail |
| #F5C3B9 | #E8B2D7 | 1.14:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#E8D9E6): the lightest tone — a clean base for large areas
- Text — Light Pink (#E8B2D7): the darkest tone — readable for body copy and headings
- Primary — Light Red (#F5C3B9): the most saturated tone — buttons, links and key UI
- Accent — Light Yellow (#F5EFBE): 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 Red (#F5C3B9), Light Pink (#E8B2D7), Light Yellow (#F5EFBE) and Light Pink (#E8D9E6).
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 #F5C3B9, #E8B2D7, #F5EFBE and #E8D9E6. 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.