What is the HSL code for cool grey?
The CSS color cool grey in HSL format is hsl(190.6, 8.7%, 61.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use cool grey in CSS?
To apply cool grey in CSS:
- Text color: color: hsl(190.6, 8.7%, 61.8%);
- Background: background-color: hsl(190.6, 8.7%, 61.8%);
- Border: border-color: hsl(190.6, 8.7%, 61.8%);
What are all the color format values for cool grey?
| Format | Value |
|---|---|
| HEX | #95a3a6 |
| RGB | rgb(149, 163, 166) |
| HSL | hsl(190.6, 8.7%, 61.8%) |
| CMYK | cmyk(10.2%, 1.8%, 0%, 34.9%) |
How do I convert cool grey to HSL?
Select cool grey from the color name list in our color converter. The HSL value — hsl(190.6, 8.7%, 61.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cool grey belong to?
cool grey belongs to the cyan color family. It is a medium, muted color with HSL values: hue 190.6°, saturation 8.7%, lightness 61.8%.
How do I create lighter and darker shades of cool grey?
Lighter variant (lightness 76.8%): #bfc7c9. Darker variant (lightness 46.8%): #6d7e82. 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.