What is the HSL code for light peach?
The CSS color light peach in HSL format is hsl(30, 100%, 84.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use light peach in CSS?
To apply light peach in CSS:
- Text color: color: hsl(30, 100%, 84.7%);
- Background: background-color: hsl(30, 100%, 84.7%);
- Border: border-color: hsl(30, 100%, 84.7%);
What are all the color format values for light peach?
| Format | Value |
|---|---|
| HEX | #ffd8b1 |
| RGB | rgb(255, 216, 177) |
| HSL | hsl(30, 100%, 84.7%) |
| CMYK | cmyk(0%, 15.3%, 30.6%, 0%) |
How do I convert light peach to HSL?
Select light peach from the color name list in our color converter. The HSL value — hsl(30, 100%, 84.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light peach belong to?
light peach belongs to the orange color family. It is a light, vivid color with HSL values: hue 30°, saturation 100%, lightness 84.7%.
How do I create lighter and darker shades of light peach?
Lighter variant (lightness 95%): #fff2e5. Darker variant (lightness 69.7%): #ffb264. 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.