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?
| 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%) |
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.