Light Orange & Light Pink, Light Yellow Color Palette
:root {
--color-1: #DFB4D2;
--color-2: #E7CAAB;
--color-3: #E6DCBC;
--color-4: #CEEEEC;
}
colors: {
'palette-1': '#DFB4D2',
'palette-2': '#E7CAAB',
'palette-3': '#E6DCBC',
'palette-4': '#CEEEEC',
}
const palette = [
'#DFB4D2',
'#E7CAAB',
'#E6DCBC',
'#CEEEEC',
];
$color-1: #DFB4D2;
$color-2: #E7CAAB;
$color-3: #E6DCBC;
$color-4: #CEEEEC;
This is a warm, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, balanced 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Orange (#E7CAAB) and reads as bright and open, with an average saturation of 47% and lightness of 82%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Pink #DFB4D2
rgb(223, 180, 210) · hsl(318, 40%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Orange #E7CAAB
rgb(231, 202, 171) · hsl(31, 56%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Yellow #E6DCBC
rgb(230, 220, 188) · hsl(46, 46%, 82%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Teal #CEEEEC
rgb(206, 238, 236) · hsl(176, 48%, 87%)
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 |
|---|---|---|---|---|
| #DFB4D2 | #CEEEEC | 1.47:1 | Fail | Fail |
| #DFB4D2 | #E6DCBC | 1.32:1 | Fail | Fail |
| #E7CAAB | #CEEEEC | 1.27:1 | Fail | Fail |
| #DFB4D2 | #E7CAAB | 1.16:1 | Fail | Fail |
| #E7CAAB | #E6DCBC | 1.14:1 | Fail | Fail |
| #E6DCBC | #CEEEEC | 1.11:1 | Fail | Fail |
How to use these colors
- Background — Light Teal (#CEEEEC): the lightest tone — a clean base for large areas
- Text — Light Orange (#E7CAAB): the darkest tone — readable for body copy and headings
- Primary — Light Orange (#E7CAAB): the most saturated tone — buttons, links and key UI
- Accent — Light Yellow (#E6DCBC): 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 Pink (#DFB4D2), Light Orange (#E7CAAB), Light Yellow (#E6DCBC) and Light Teal (#CEEEEC).
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 #DFB4D2, #E7CAAB, #E6DCBC and #CEEEEC. 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.