Light Gray Hex Code — #D3D3D3
RGB, HSL, and CMYK values for Light Gray.
Last updated: April 6, 2026
Light Gray Color Values
| Format | Value |
|---|---|
| HEX | #D3D3D3 |
| RGB | rgb(211, 211, 211) |
| HSL | hsl(0, 0%, 83%) |
| CMYK | cmyk(0%, 0%, 0%, 17%) |
About Light Gray
Color psychology: Simplicity, elegance.
Light Gray (#D3D3D3) is a light shade of gray with a hue angle of 0° on the color wheel, 0% saturation, and 83% lightness. It's commonly used in web design, graphic design, and branding where simplicity, elegance are desired associations.
In color theory, Light Gray sits in the warm section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Light Gray in Design
Web Design
Use Light Gray as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Light Gray conveys simplicity, elegance — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:0% Y:0% K:17%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Light Gray work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Light Gray in CSS
/* Using HEX */ color: #D3D3D3; background-color: #D3D3D3; /* Using RGB */ color: rgb(211, 211, 211); /* Using HSL — best for creating variations */ color: hsl(0, 0%, 83%); /* Transparent overlay (50% opacity) */ background-color: rgba(211, 211, 211, 0.5); /* Lighter variant for hover states */ background-color: hsl(0, 0%, 93%); /* Darker variant for active states */ background-color: hsl(0, 0%, 73%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Light Gray without changing its core hue or saturation.
Colors That Go With Light Gray
Complementary
Analogous
Triadic
Similar Shades of Gray
Frequently Asked Questions
What is the hex code for Light Gray?
What is Light Gray in RGB and when should I use RGB?
How to use Light Gray in CSS with different color formats?
What is the HSL value of Light Gray and why is HSL useful for designers?
What is the CMYK value of Light Gray for print design?
What colors pair well with Light Gray in design projects?
Is Light Gray (#D3D3D3) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.