What is the HSL code for dark?
The CSS color dark in HSL format is hsl(215.5, 28.9%, 14.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark in CSS?
To apply dark in CSS:
- Text color: color: hsl(215.5, 28.9%, 14.9%);
- Background: background-color: hsl(215.5, 28.9%, 14.9%);
- Border: border-color: hsl(215.5, 28.9%, 14.9%);
What are all the color format values for dark?
| Format | Value |
|---|---|
| HEX | #1b2431 |
| RGB | rgb(27, 36, 49) |
| HSL | hsl(215.5, 28.9%, 14.9%) |
| CMYK | cmyk(44.9%, 26.5%, 0%, 80.8%) |
How do I convert dark to HSL?
Select dark from the color name list in our color converter. The HSL value — hsl(215.5, 28.9%, 14.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark belong to?
dark belongs to the blue color family. It is a dark, muted color with HSL values: hue 215.5°, saturation 28.9%, lightness 14.9%.
How do I create lighter and darker shades of dark?
Lighter variant (lightness 29.9%): #364862. Darker variant (lightness 5%): #090c10. 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.