Light Blue & Light Orange, Red Color Palette
:root {
--color-1: #DDC4B2;
--color-2: #DE9A96;
--color-3: #D99DCE;
--color-4: #BDC0F5;
}
colors: {
'palette-1': '#DDC4B2',
'palette-2': '#DE9A96',
'palette-3': '#D99DCE',
'palette-4': '#BDC0F5',
}
const palette = [
'#DDC4B2',
'#DE9A96',
'#D99DCE',
'#BDC0F5',
];
$color-1: #DDC4B2;
$color-2: #DE9A96;
$color-3: #D99DCE;
$color-4: #BDC0F5;
This is a warm, balanced 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a warm, balanced 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Blue (#BDC0F5) and reads as bright and open, with an average saturation of 52% and lightness of 77%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Orange #DDC4B2
rgb(221, 196, 178) · hsl(25, 39%, 78%)
A light, airy tone — ideal for backgrounds and subtle fills.
Red #DE9A96
rgb(222, 154, 150) · hsl(3, 52%, 73%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Pink #D99DCE
rgb(217, 157, 206) · hsl(311, 44%, 73%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Blue #BDC0F5
rgb(189, 192, 245) · hsl(237, 74%, 85%)
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 |
|---|---|---|---|---|
| #DDC4B2 | #DE9A96 | 1.38:1 | Fail | Fail |
| #DDC4B2 | #D99DCE | 1.31:1 | Fail | Fail |
| #DE9A96 | #BDC0F5 | 1.31:1 | Fail | Fail |
| #D99DCE | #BDC0F5 | 1.24:1 | Fail | Fail |
| #DDC4B2 | #BDC0F5 | 1.05:1 | Fail | Fail |
| #DE9A96 | #D99DCE | 1.05:1 | Fail | Fail |
How to use these colors
- Background — Light Blue (#BDC0F5): the lightest tone — a clean base for large areas
- Text — Red (#DE9A96): the darkest tone — readable for body copy and headings
- Primary — Red (#DE9A96): the most saturated tone — buttons, links and key UI
- Accent — Pink (#D99DCE): 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 Blue 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 (#DDC4B2), Red (#DE9A96), Pink (#D99DCE) and Light Blue (#BDC0F5).
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 #DDC4B2, #DE9A96, #D99DCE and #BDC0F5. 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.