What is the HSL code for charcoal grey?
The CSS color charcoal grey in HSL format is hsl(190, 4.8%, 24.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use charcoal grey in CSS?
To apply charcoal grey in CSS:
- Text color: color: hsl(190, 4.8%, 24.7%);
- Background: background-color: hsl(190, 4.8%, 24.7%);
- Border: border-color: hsl(190, 4.8%, 24.7%);
What are all the color format values for charcoal grey?
| Format | Value |
|---|---|
| HEX | #3c4142 |
| RGB | rgb(60, 65, 66) |
| HSL | hsl(190, 4.8%, 24.7%) |
| CMYK | cmyk(9.1%, 1.5%, 0%, 74.1%) |
How do I convert charcoal grey to HSL?
Select charcoal grey from the color name list in our color converter. The HSL value — hsl(190, 4.8%, 24.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does charcoal grey belong to?
charcoal grey belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 190°, saturation 4.8%, lightness 24.7%.
How do I create lighter and darker shades of charcoal grey?
Lighter variant (lightness 39.7%): #60686a. Darker variant (lightness 9.7%): #181a1a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.