Light Gray Hex Code — #D3D3D3
RGB, HSL, and CMYK values for Light Gray.
Light Gray Color Values
| Format | Value |
|---|---|
| HEX | #D3D3D3 |
| RGB | rgb(211, 211, 211) |
| HSL | hsl(0, 0%, 83%) |
| CMYK | cmyk(0%, 0%, 0%, 17%) |
Want to explore more shades? Use our Color Converter
About Light Gray
Color psychology: Simplicity, elegance.
Light Gray (#D3D3D3) is a light shade of gray. It's commonly used in web design, graphic design, and branding where simplicity, elegance are desired associations.
How to Use Light Gray in CSS
/* Using HEX */ color: #D3D3D3; background-color: #D3D3D3; /* Using RGB */ color: rgb(211, 211, 211); /* Using HSL */ color: hsl(0, 0%, 83%);