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

Light Blue & White, Gray Color Palette

#F5F5F5 245, 245, 245
#D0DFF2 208, 223, 242
#99ACA9 153, 172, 169
#3B6B6C 59, 107, 108
#F5F5F5
Color 1
#D0DFF2
Color 2
#99ACA9
Color 3
#3B6B6C
Color 4
:root {
  --color-1: #F5F5F5;
  --color-2: #D0DFF2;
  --color-3: #99ACA9;
  --color-4: #3B6B6C;
}
colors: {
  'palette-1': '#F5F5F5',
  'palette-2': '#D0DFF2',
  'palette-3': '#99ACA9',
  'palette-4': '#3B6B6C',
}
const palette = [
  '#F5F5F5',
  '#D0DFF2',
  '#99ACA9',
  '#3B6B6C',
];
$color-1: #F5F5F5;
$color-2: #D0DFF2;
$color-3: #99ACA9;
$color-4: #3B6B6C;
Palette Codes 4 COLORS

This is a cool, soft, muted 4-colour palette with a comfortable balance of contrast and harmony.

3,306 Views
Added Jun 2026
Copy & Download

About this color palette

This is a cool, soft, muted 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Light Blue (#D0DFF2) and reads as bright and open, with an average saturation of 24% and lightness of 70%. It works well for calm, professional and modern interfaces.

The colors in this palette

White #F5F5F5

rgb(245, 245, 245) · hsl(0, 0%, 96%)

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

Light Blue #D0DFF2

rgb(208, 223, 242) · hsl(214, 57%, 88%)

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

Gray #99ACA9

rgb(153, 172, 169) · hsl(171, 10%, 64%)

A soft, muted tone that suits calm backgrounds and large surfaces.

Muted Teal #3B6B6C

rgb(59, 107, 108) · hsl(181, 29%, 33%)

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

TextBackgroundRatioAAAAA
#F5F5F5 #3B6B6C 5.49:1 Pass Fail
#D0DFF2 #3B6B6C 4.43:1 Fail Fail
#99ACA9 #3B6B6C 2.52:1 Fail Fail
#F5F5F5 #99ACA9 2.18:1 Fail Fail
#D0DFF2 #99ACA9 1.76:1 Fail Fail
#F5F5F5 #D0DFF2 1.24:1 Fail Fail

How to use these colors

  • Background — White (#F5F5F5): the lightest tone — a clean base for large areas
  • Text — Muted Teal (#3B6B6C): the darkest tone — readable for body copy and headings
  • Primary — Light Blue (#D0DFF2): the most saturated tone — buttons, links and key UI
  • Accent — Muted Teal (#3B6B6C): 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 Blue 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 (#F5F5F5), Light Blue (#D0DFF2), Gray (#99ACA9) and Muted Teal (#3B6B6C).

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 #F5F5F5, #D0DFF2, #99ACA9 and #3B6B6C. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.

Is this palette accessible for text?

Yes — White text on Muted Teal reaches a contrast ratio of 5.49:1, which meets the WCAG AA standard for readable text.

Related Palettes

Copied!