White & White, Light Gray Color Palette
:root {
--color-1: #FFFFFF;
--color-2: #F5F5F5;
--color-3: #E0E0E0;
--color-4: #9E9E9E;
}
colors: {
'palette-1': '#FFFFFF',
'palette-2': '#F5F5F5',
'palette-3': '#E0E0E0',
'palette-4': '#9E9E9E',
}
const palette = [
'#FFFFFF',
'#F5F5F5',
'#E0E0E0',
'#9E9E9E',
];
$color-1: #FFFFFF;
$color-2: #F5F5F5;
$color-3: #E0E0E0;
$color-4: #9E9E9E;
This is a neutral, calm and understated 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a neutral, calm and understated 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by White (#FFFFFF) and reads as bright and open, with an average saturation of 0% and lightness of 86%. It makes a clean, flexible base for minimal, content-focused designs.
The colors in this palette
White #FFFFFF
rgb(255, 255, 255) · hsl(0, 0%, 100%)
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 #E0E0E0
rgb(224, 224, 224) · hsl(0, 0%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Gray #9E9E9E
rgb(158, 158, 158) · hsl(0, 0%, 62%)
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 |
|---|---|---|---|---|
| #FFFFFF | #9E9E9E | 2.68:1 | Fail | Fail |
| #F5F5F5 | #9E9E9E | 2.46:1 | Fail | Fail |
| #E0E0E0 | #9E9E9E | 2.03:1 | Fail | Fail |
| #FFFFFF | #E0E0E0 | 1.32:1 | Fail | Fail |
| #F5F5F5 | #E0E0E0 | 1.21:1 | Fail | Fail |
| #FFFFFF | #F5F5F5 | 1.09:1 | Fail | Fail |
How to use these colors
- Background — White (#FFFFFF): the lightest tone — a clean base for large areas
- Text — Gray (#9E9E9E): the darkest tone — readable for body copy and headings
- Primary — White (#F5F5F5): the most saturated tone — buttons, links and key UI
- Accent — Light Gray (#E0E0E0): 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 White 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: White (#FFFFFF), White (#F5F5F5), Light Gray (#E0E0E0) and Gray (#9E9E9E).
Is this a warm or cool colour palette?
It is largely neutral, built from low-saturation tones that stay flexible and understated.
What are the hex codes for this palette?
The hex codes are #FFFFFF, #F5F5F5, #E0E0E0 and #9E9E9E. 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.