What is the HSL code for bluish grey?
The CSS color bluish grey in HSL format is hsl(200.6, 14.4%, 52.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use bluish grey in CSS?
To apply bluish grey in CSS:
- Text color: color: hsl(200.6, 14.4%, 52.4%);
- Background: background-color: hsl(200.6, 14.4%, 52.4%);
- Border: border-color: hsl(200.6, 14.4%, 52.4%);
What are all the color format values for bluish grey?
| Format | Value |
|---|---|
| HEX | #748b97 |
| RGB | rgb(116, 139, 151) |
| HSL | hsl(200.6, 14.4%, 52.4%) |
| CMYK | cmyk(23.2%, 7.9%, 0%, 40.8%) |
How do I convert bluish grey to HSL?
Select bluish grey from the color name list in our color converter. The HSL value — hsl(200.6, 14.4%, 52.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluish grey belong to?
bluish grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 200.6°, saturation 14.4%, lightness 52.4%.
How do I create lighter and darker shades of bluish grey?
Lighter variant (lightness 67.4%): #a0b0b8. Darker variant (lightness 37.4%): #52646d. 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.