What is the HSL code for charcoal?
The CSS color charcoal in HSL format is hsl(165, 3.7%, 21.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use charcoal in CSS?
To apply charcoal in CSS:
- Text color: color: hsl(165, 3.7%, 21.2%);
- Background: background-color: hsl(165, 3.7%, 21.2%);
- Border: border-color: hsl(165, 3.7%, 21.2%);
What are all the color format values for charcoal?
| Format | Value |
|---|---|
| HEX | #343837 |
| RGB | rgb(52, 56, 55) |
| HSL | hsl(165, 3.7%, 21.2%) |
| CMYK | cmyk(7.1%, 0%, 1.8%, 78%) |
How do I convert charcoal to HSL?
Select charcoal from the color name list in our color converter. The HSL value — hsl(165, 3.7%, 21.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does charcoal belong to?
charcoal belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 165°, saturation 3.7%, lightness 21.2%.
How do I create lighter and darker shades of charcoal?
Lighter variant (lightness 36.2%): #59605e. Darker variant (lightness 6.199999999999999%): #0f1010. 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.