Light Orange & Yellow, Teal Color Palette
:root {
--color-1: #DFE49B;
--color-2: #A9E0D9;
--color-3: #F7DED4;
--color-4: #ECB6AC;
}
colors: {
'palette-1': '#DFE49B',
'palette-2': '#A9E0D9',
'palette-3': '#F7DED4',
'palette-4': '#ECB6AC',
}
const palette = [
'#DFE49B',
'#A9E0D9',
'#F7DED4',
'#ECB6AC',
];
$color-1: #DFE49B;
$color-2: #A9E0D9;
$color-3: #F7DED4;
$color-4: #ECB6AC;
This is a warm, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, high-energy 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Orange (#F7DED4) and reads as bright and open, with an average saturation of 59% and lightness of 81%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Yellow #DFE49B
rgb(223, 228, 155) · hsl(64, 57%, 75%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Teal #A9E0D9
rgb(169, 224, 217) · hsl(172, 47%, 77%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Orange #F7DED4
rgb(247, 222, 212) · hsl(17, 69%, 90%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Red #ECB6AC
rgb(236, 182, 172) · hsl(9, 63%, 80%)
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 |
|---|---|---|---|---|
| #F7DED4 | #ECB6AC | 1.38:1 | Fail | Fail |
| #DFE49B | #ECB6AC | 1.33:1 | Fail | Fail |
| #A9E0D9 | #ECB6AC | 1.21:1 | Fail | Fail |
| #A9E0D9 | #F7DED4 | 1.14:1 | Fail | Fail |
| #DFE49B | #A9E0D9 | 1.09:1 | Fail | Fail |
| #DFE49B | #F7DED4 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Orange (#F7DED4): the lightest tone — a clean base for large areas
- Text — Yellow (#DFE49B): the darkest tone — readable for body copy and headings
- Primary — Light Red (#ECB6AC): the most saturated tone — buttons, links and key UI
- Accent — Yellow (#DFE49B): 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: Yellow (#DFE49B), Teal (#A9E0D9), Light Orange (#F7DED4) and Light Red (#ECB6AC).
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 #DFE49B, #A9E0D9, #F7DED4 and #ECB6AC. 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.