Lightgray Color

HEX, RGB, HSL & CMYK Codes

#d3d3d3
Format Value
HEX #d3d3d3
RGB rgb(211, 211, 211)
HSL hsl(0, 0%, 82.7%)
CMYK cmyk(0%, 0%, 0%, 17.3%)
HSV hsv(0, 0%, 82.7%)

lightgray color harmonies

Tints & shades of lightgray

Tints (lighter)

#d7d7d7 #dbdbdb #dfdfdf #e3e3e3 #e7e7e7 #ebebeb #efefef #f3f3f3 #f7f7f7 #fbfbfb

Shades (darker)

#c0c0c0 #adadad #999999 #868686 #737373 #606060 #4d4d4d #3a3a3a #262626 #131313

Contrast & accessibility

The quick brown fox

On white · 1.5:1 · Fail

The quick brown fox

On black · 14.03:1 · AAA

Recommended text color: #000000

Use lightgray in code

CSS color: #d3d3d3;
SCSS $color: #d3d3d3;
Tailwind bg-[#d3d3d3]
Swift UIColor(red: 0.827, green: 0.827, blue: 0.827, alpha: 1)
Android Color.parseColor("#d3d3d3")
Flutter Color(0xFFD3D3D3)

Colors similar to lightgray

Browse all Gray & neutral colors →

What is the HEX code for lightgray?

The CSS color lightgray in HEX format is #d3d3d3. Use this value directly in CSS, SVG, and most design tools.

How do I use lightgray in CSS?

To apply lightgray in CSS:

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

What are all the color format values for lightgray?

FormatValue
HEX#d3d3d3
RGBrgb(211, 211, 211)
HSLhsl(0, 0%, 82.7%)
CMYKcmyk(0%, 0%, 0%, 17.3%)

How do I convert lightgray to HEX?

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

What color family does lightgray belong to?

lightgray belongs to the neutral (gray) color family. It is a light, muted color with HSL values: hue 0°, saturation 0%, lightness 82.7%.

How do I create lighter and darker shades of lightgray?

Lighter variant (lightness 95%): #f2f2f2. Darker variant (lightness 67.7%): #adadad. 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.