Pale grey to HSL — Color Code

HSL

hsl(240, 33.3%, 99.4%)

Format Value
HEX #fdfdfe
RGB rgb(253, 253, 254)
HSL hsl(240, 33.3%, 99.4%)
CMYK cmyk(0.4%, 0.4%, 0%, 0.4%)

What is the HSL code for pale grey?

The CSS color pale grey in HSL format is hsl(240, 33.3%, 99.4%). Use this value directly in CSS, SVG, and most design tools.

How do I use pale grey in CSS?

To apply pale grey in CSS:

  • Text color: color: hsl(240, 33.3%, 99.4%);
  • Background: background-color: hsl(240, 33.3%, 99.4%);
  • Border: border-color: hsl(240, 33.3%, 99.4%);

What are all the color format values for pale grey?

FormatValue
HEX#fdfdfe
RGBrgb(253, 253, 254)
HSLhsl(240, 33.3%, 99.4%)
CMYKcmyk(0.4%, 0.4%, 0%, 0.4%)

How do I convert pale grey to HSL?

Select pale grey from the color name list in our color converter. The HSL value — hsl(240, 33.3%, 99.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pale grey belong to?

pale grey belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 240°, saturation 33.3%, lightness 99.4%.

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

Lighter variant (lightness 95%): #eeeef6. Darker variant (lightness 84.4%): #cacae4. 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.