What is the HSL code for palegoldenrod?
The CSS color palegoldenrod in HSL format is hsl(54.7, 66.7%, 80%). Use this value directly in CSS, SVG, and most design tools.
How do I use palegoldenrod in CSS?
To apply palegoldenrod in CSS:
- Text color: color: hsl(54.7, 66.7%, 80%);
- Background: background-color: hsl(54.7, 66.7%, 80%);
- Border: border-color: hsl(54.7, 66.7%, 80%);
What are all the color format values for palegoldenrod?
| Format | Value |
|---|---|
| HEX | #eee8aa |
| RGB | rgb(238, 232, 170) |
| HSL | hsl(54.7, 66.7%, 80%) |
| CMYK | cmyk(0%, 2.5%, 28.6%, 6.7%) |
How do I convert palegoldenrod to HSL?
Select palegoldenrod from the color name list in our color converter. The HSL value — hsl(54.7, 66.7%, 80%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does palegoldenrod belong to?
palegoldenrod belongs to the yellow color family. It is a light, moderately saturated color with HSL values: hue 54.7°, saturation 66.7%, lightness 80%.
How do I create lighter and darker shades of palegoldenrod?
Lighter variant (lightness 95%): #fbf9ea. Darker variant (lightness 65%): #e1d76a. 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.