Light Orange & Red, Light Pink Color Palette
:root {
--color-1: #F5E7CC;
--color-2: #DD826C;
--color-3: #E8B0DE;
--color-4: #99B4D2;
}
colors: {
'palette-1': '#F5E7CC',
'palette-2': '#DD826C',
'palette-3': '#E8B0DE',
'palette-4': '#99B4D2',
}
const palette = [
'#F5E7CC',
'#DD826C',
'#E8B0DE',
'#99B4D2',
];
$color-1: #F5E7CC;
$color-2: #DD826C;
$color-3: #E8B0DE;
$color-4: #99B4D2;
This is a warm, versatile 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a warm, versatile 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Orange (#F5E7CC) and reads as bright and open, with an average saturation of 56% and lightness of 76%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Orange #F5E7CC
rgb(245, 231, 204) · hsl(40, 67%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Red #DD826C
rgb(221, 130, 108) · hsl(12, 62%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Pink #E8B0DE
rgb(232, 176, 222) · hsl(311, 55%, 80%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #99B4D2
rgb(153, 180, 210) · hsl(212, 39%, 71%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #F5E7CC | #DD826C | 2.3:1 | Fail | Fail |
| #F5E7CC | #99B4D2 | 1.75:1 | Fail | Fail |
| #DD826C | #E8B0DE | 1.56:1 | Fail | Fail |
| #F5E7CC | #E8B0DE | 1.47:1 | Fail | Fail |
| #DD826C | #99B4D2 | 1.31:1 | Fail | Fail |
| #E8B0DE | #99B4D2 | 1.19:1 | Fail | Fail |
How to use these colors
- Background — Light Orange (#F5E7CC): the lightest tone — a clean base for large areas
- Text — Red (#DD826C): the darkest tone — readable for body copy and headings
- Primary — Red (#DD826C): the most saturated tone — buttons, links and key UI
- Accent — Light Pink (#E8B0DE): 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 Orange 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 Orange (#F5E7CC), Red (#DD826C), Light Pink (#E8B0DE) and Blue (#99B4D2).
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 #F5E7CC, #DD826C, #E8B0DE and #99B4D2. 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.