Light Orange & Light Yellow, Light Pink Color Palette
:root {
--color-1: #EBDBB3;
--color-2: #F5C3B1;
--color-3: #F5E1F5;
--color-4: #9AB4D7;
}
colors: {
'palette-1': '#EBDBB3',
'palette-2': '#F5C3B1',
'palette-3': '#F5E1F5',
'palette-4': '#9AB4D7',
}
const palette = [
'#EBDBB3',
'#F5C3B1',
'#F5E1F5',
'#9AB4D7',
];
$color-1: #EBDBB3;
$color-2: #F5C3B1;
$color-3: #F5E1F5;
$color-4: #9AB4D7;
This is a warm, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel.
About this color palette
This is a warm, versatile 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Orange (#F5C3B1) and reads as bright and open, with an average saturation of 57% and lightness of 82%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Yellow #EBDBB3
rgb(235, 219, 179) · hsl(43, 58%, 81%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Orange #F5C3B1
rgb(245, 195, 177) · hsl(16, 77%, 83%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F5E1F5
rgb(245, 225, 245) · hsl(300, 50%, 92%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #9AB4D7
rgb(154, 180, 215) · hsl(214, 43%, 72%)
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 |
|---|---|---|---|---|
| #F5E1F5 | #9AB4D7 | 1.72:1 | Fail | Fail |
| #EBDBB3 | #9AB4D7 | 1.55:1 | Fail | Fail |
| #F5C3B1 | #9AB4D7 | 1.35:1 | Fail | Fail |
| #F5C3B1 | #F5E1F5 | 1.27:1 | Fail | Fail |
| #EBDBB3 | #F5C3B1 | 1.15:1 | Fail | Fail |
| #EBDBB3 | #F5E1F5 | 1.11:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5E1F5): the lightest tone — a clean base for large areas
- Text — Blue (#9AB4D7): the darkest tone — readable for body copy and headings
- Primary — Light Orange (#F5C3B1): the most saturated tone — buttons, links and key UI
- Accent — Light Yellow (#EBDBB3): 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 Yellow (#EBDBB3), Light Orange (#F5C3B1), Light Pink (#F5E1F5) and Blue (#9AB4D7).
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 #EBDBB3, #F5C3B1, #F5E1F5 and #9AB4D7. 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.