Dark grey to HSL — Color Code

HSL

hsl(180, 0.9%, 21.4%)

Format Value
HEX #363737
RGB rgb(54, 55, 55)
HSL hsl(180, 0.9%, 21.4%)
CMYK cmyk(1.8%, 0%, 0%, 78.4%)

What is the HSL code for dark grey?

The CSS color dark grey in HSL format is hsl(180, 0.9%, 21.4%). Use this value directly in CSS, SVG, and most design tools.

How do I use dark grey in CSS?

To apply dark grey in CSS:

  • Text color: color: hsl(180, 0.9%, 21.4%);
  • Background: background-color: hsl(180, 0.9%, 21.4%);
  • Border: border-color: hsl(180, 0.9%, 21.4%);

What are all the color format values for dark grey?

FormatValue
HEX#363737
RGBrgb(54, 55, 55)
HSLhsl(180, 0.9%, 21.4%)
CMYKcmyk(1.8%, 0%, 0%, 78.4%)

How do I convert dark grey to HSL?

Select dark grey from the color name list in our color converter. The HSL value — hsl(180, 0.9%, 21.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark grey belong to?

dark grey belongs to the neutral (gray) color family. It is a dark, muted color with HSL values: hue 180°, saturation 0.9%, lightness 21.4%.

How do I create lighter and darker shades of dark grey?

Lighter variant (lightness 36.4%): #5c5e5e. Darker variant (lightness 6.399999999999999%): #101010. 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.