Light Violet & Light Gray, White Color Palette — PaletteCSS
Back to palettes

Light Violet & Light Gray, White Color Palette

#EEEBEE 238, 235, 238
#D7D2E2 215, 210, 226
#F4F5F5 244, 245, 245
#A59BA7 165, 155, 167
#EEEBEE
Color 1
#D7D2E2
Color 2
#F4F5F5
Color 3
#A59BA7
Color 4
:root {
  --color-1: #EEEBEE;
  --color-2: #D7D2E2;
  --color-3: #F4F5F5;
  --color-4: #A59BA7;
}
colors: {
  'palette-1': '#EEEBEE',
  'palette-2': '#D7D2E2',
  'palette-3': '#F4F5F5',
  'palette-4': '#A59BA7',
}
const palette = [
  '#EEEBEE',
  '#D7D2E2',
  '#F4F5F5',
  '#A59BA7',
];
$color-1: #EEEBEE;
$color-2: #D7D2E2;
$color-3: #F4F5F5;
$color-4: #A59BA7;
Palette Codes 4 COLORS

This is a cool, subtle 4-colour palette whose tones sit close together for a smooth, cohesive feel.

919 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, subtle 4-colour palette whose tones sit close together for a smooth, cohesive feel. It is anchored by Light Violet (#D7D2E2) and reads as bright and open, with an average saturation of 10% and lightness of 84%. It works well for calm, professional and modern interfaces.

The colors in this palette

Light Gray #EEEBEE

rgb(238, 235, 238) · hsl(300, 8%, 93%)

A light, airy tone — ideal for backgrounds and subtle fills.

Light Violet #D7D2E2

rgb(215, 210, 226) · hsl(259, 22%, 85%)

A light, airy tone — ideal for backgrounds and subtle fills.

White #F4F5F5

rgb(244, 245, 245) · hsl(180, 5%, 96%)

A light, airy tone — ideal for backgrounds and subtle fills.

Gray #A59BA7

rgb(165, 155, 167) · hsl(290, 6%, 63%)

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).

TextBackgroundRatioAAAAA
#F4F5F5 #A59BA7 2.45:1 Fail Fail
#EEEBEE #A59BA7 2.26:1 Fail Fail
#D7D2E2 #A59BA7 1.81:1 Fail Fail
#D7D2E2 #F4F5F5 1.35:1 Fail Fail
#EEEBEE #D7D2E2 1.25:1 Fail Fail
#EEEBEE #F4F5F5 1.08:1 Fail Fail

How to use these colors

  • Background — White (#F4F5F5): the lightest tone — a clean base for large areas
  • Text — Gray (#A59BA7): the darkest tone — readable for body copy and headings
  • Primary — Light Violet (#D7D2E2): the most saturated tone — buttons, links and key UI
  • Accent — Light Gray (#EEEBEE): 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 Violet 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 Gray (#EEEBEE), Light Violet (#D7D2E2), White (#F4F5F5) and Gray (#A59BA7).

Is this a warm or cool colour palette?

It is a cool palette — its tones lean toward blues, greens and purples, which feel calm and modern.

What are the hex codes for this palette?

The hex codes are #EEEBEE, #D7D2E2, #F4F5F5 and #A59BA7. 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.

Related Palettes

Copied!