Light grey Color — HEX, RGB, HSL & CMYK Codes

#d8dcd6
Format Value
HEX #d8dcd6
RGB rgb(216, 220, 214)
HSL hsl(100, 7.9%, 85.1%)
CMYK cmyk(1.8%, 0%, 2.7%, 13.7%)
HSV hsv(100, 2.7%, 86.3%)

light grey color harmonies

Tints & shades of light grey

Tints (lighter)

#dcdfda #dfe2dd #e3e6e1 #e6e9e5 #eaece9 #edefec #f1f2f0 #f4f5f4 #f8f9f8 #fbfcfb

Shades (darker)

#c4c8c3 #b1b4af #9da09c #898c88 #767875 #626461 #4f504e #3b3c3a #272827 #141413

Contrast & accessibility

The quick brown fox

On white · 1.39:1 · Fail

The quick brown fox

On black · 15.13:1 · AAA

Recommended text color: #000000

Use light grey in code

CSS color: #d8dcd6;
SCSS $color: #d8dcd6;
Tailwind bg-[#d8dcd6]
Swift UIColor(red: 0.847, green: 0.863, blue: 0.839, alpha: 1)
Android Color.parseColor("#d8dcd6")
Flutter Color(0xFFD8DCD6)

Colors similar to light grey

Browse all Gray & neutral colors →

What is the HEX code for light grey?

The CSS color light grey in HEX format is #d8dcd6. Use this value directly in CSS, SVG, and most design tools.

How do I use light grey in CSS?

To apply light grey in CSS:

  • Text color: color: #d8dcd6;
  • Background: background-color: #d8dcd6;
  • Border: border-color: #d8dcd6;

What are all the color format values for light grey?

FormatValue
HEX#d8dcd6
RGBrgb(216, 220, 214)
HSLhsl(100, 7.9%, 85.1%)
CMYKcmyk(1.8%, 0%, 2.7%, 13.7%)

How do I convert light grey to HEX?

Select light grey from the color name list in our color converter. The HEX value — #d8dcd6 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light grey belong to?

light grey belongs to the green color family. It is a light, muted color with HSL values: hue 100°, saturation 7.9%, lightness 85.1%.

How do I create lighter and darker shades of light grey?

Lighter variant (lightness 95%): #f2f3f1. Darker variant (lightness 70.1%): #b1b9ad. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.