Light Yellow & White, Light Gray Color Palette
:root {
--color-1: #F5F5EC;
--color-2: #F5F5F5;
--color-3: #BFB5B9;
--color-4: #8B9C9B;
}
colors: {
'palette-1': '#F5F5EC',
'palette-2': '#F5F5F5',
'palette-3': '#BFB5B9',
'palette-4': '#8B9C9B',
}
const palette = [
'#F5F5EC',
'#F5F5F5',
'#BFB5B9',
'#8B9C9B',
];
$color-1: #F5F5EC;
$color-2: #F5F5F5;
$color-3: #BFB5B9;
$color-4: #8B9C9B;
This is a warm, subtle 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a warm, subtle 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Yellow (#F5F5EC) and reads as bright and open, with an average saturation of 12% and lightness of 80%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Yellow #F5F5EC
rgb(245, 245, 236) · hsl(60, 31%, 94%)
A light, airy tone — ideal for backgrounds and subtle fills.
White #F5F5F5
rgb(245, 245, 245) · hsl(0, 0%, 96%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Gray #BFB5B9
rgb(191, 181, 185) · hsl(336, 7%, 73%)
A soft, muted tone that suits calm backgrounds and large surfaces.
Gray #8B9C9B
rgb(139, 156, 155) · hsl(176, 8%, 58%)
A soft, muted tone that suits calm backgrounds and large surfaces.
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 |
|---|---|---|---|---|
| #F5F5F5 | #8B9C9B | 2.63:1 | Fail | Fail |
| #F5F5EC | #8B9C9B | 2.61:1 | Fail | Fail |
| #F5F5F5 | #BFB5B9 | 1.83:1 | Fail | Fail |
| #F5F5EC | #BFB5B9 | 1.82:1 | Fail | Fail |
| #BFB5B9 | #8B9C9B | 1.44:1 | Fail | Fail |
| #F5F5EC | #F5F5F5 | 1.01:1 | Fail | Fail |
How to use these colors
- Background — White (#F5F5F5): the lightest tone — a clean base for large areas
- Text — Gray (#8B9C9B): the darkest tone — readable for body copy and headings
- Primary — Light Yellow (#F5F5EC): the most saturated tone — buttons, links and key UI
- Accent — Gray (#8B9C9B): 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 Yellow 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 (#F5F5EC), White (#F5F5F5), Light Gray (#BFB5B9) and Gray (#8B9C9B).
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 #F5F5EC, #F5F5F5, #BFB5B9 and #8B9C9B. 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.