LightGray Color

Learn about LightGray (#d3d3d3): its uses in web design, HEX/RGB/HSL values, complementary and analogous color schemes, tints and shades, and accessibility contrast recommendations.

#d3d3d3
HEX #d3d3d3
RGB rgb(211, 211, 211)
HSL 0°, 0%, 83%

About LightGray Color

LightGray is a soft, neutral gray that is ubiquitous in web design for borders, dividers, and subtle UI elements. It provides structure without visual weight.

Use Cases for LightGray

bordersdividerssubtle backgroundsdisabled statecard outlines

Shades & Tints of LightGray

#ffffff
#f4f4f4
#e9e9e9
#dedede
#d3d3d3
#9e9e9e
#6a6a6a
#353535
#000000

Complementary Color

#d3d3d3
#d4d4d4

Analogous Colors

#d4d4d4
#d3d3d3
#d4d4d4

CSS Code

.lightgray-color {
  color: #d3d3d3;
}

Contrast Recommendations

Black text on LightGray
Ratio: 14.03:1 ✓ Passes AA ✓ Passes AAA
White text on LightGray
Ratio: 1.5:1 ✗ Fails AA ✗ Fails AAA

Frequently Asked Questions

What color is LightGray?

LightGray is represented by the hex code #d3d3d3 and has RGB values of rgb(211, 211, 211). It falls under the Gray category.

How to use LightGray in web design?

LightGray works well for borders, dividers, subtle backgrounds. LightGray is a soft, neutral gray that is ubiquitous in web design for borders, dividers, and subtle UI elements. It provides structure without visual weight. Use it as a primary color, accent, or background depending on your design needs.

What colors go with LightGray?

Colors that pair well with LightGray include gainsboro, silver, whitesmoke, darkgray, gray. For a complementary scheme, try #d4d4d4. For an analogous scheme, use #d4d4d4 and #d4d4d4.