What is the HSL code for puce?
The CSS color puce in HSL format is hsl(31.8, 33.6%, 48.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use puce in CSS?
To apply puce in CSS:
- Text color: color: hsl(31.8, 33.6%, 48.4%);
- Background: background-color: hsl(31.8, 33.6%, 48.4%);
- Border: border-color: hsl(31.8, 33.6%, 48.4%);
What are all the color format values for puce?
| Format | Value |
|---|---|
| HEX | #a57e52 |
| RGB | rgb(165, 126, 82) |
| HSL | hsl(31.8, 33.6%, 48.4%) |
| CMYK | cmyk(0%, 23.6%, 50.3%, 35.3%) |
How do I convert puce to HSL?
Select puce from the color name list in our color converter. The HSL value — hsl(31.8, 33.6%, 48.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does puce belong to?
puce belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 31.8°, saturation 33.6%, lightness 48.4%.
How do I create lighter and darker shades of puce?
Lighter variant (lightness 63.4%): #c1a482. Darker variant (lightness 33.4%): #725739. 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.