Pale to HSL — Color Code

HSL

hsl(52.3, 100%, 90.8%)

Format Value
HEX #fff9d0
RGB rgb(255, 249, 208)
HSL hsl(52.3, 100%, 90.8%)
CMYK cmyk(0%, 2.4%, 18.4%, 0%)

What is the HSL code for pale?

The CSS color pale in HSL format is hsl(52.3, 100%, 90.8%). Use this value directly in CSS, SVG, and most design tools.

How do I use pale in CSS?

To apply pale in CSS:

  • Text color: color: hsl(52.3, 100%, 90.8%);
  • Background: background-color: hsl(52.3, 100%, 90.8%);
  • Border: border-color: hsl(52.3, 100%, 90.8%);

What are all the color format values for pale?

FormatValue
HEX#fff9d0
RGBrgb(255, 249, 208)
HSLhsl(52.3, 100%, 90.8%)
CMYKcmyk(0%, 2.4%, 18.4%, 0%)

How do I convert pale to HSL?

Select pale from the color name list in our color converter. The HSL value — hsl(52.3, 100%, 90.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pale belong to?

pale belongs to the near-white color family. It is a light, vivid color with HSL values: hue 52.3°, saturation 100%, lightness 90.8%.

How do I create lighter and darker shades of pale?

Lighter variant (lightness 95%): #fffce5. Darker variant (lightness 75.8%): #ffef84. 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.