What is the HSL code for very light purple?
The CSS color very light purple in HSL format is hsl(292.2, 88.5%, 89.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use very light purple in CSS?
To apply very light purple in CSS:
- Text color: color: hsl(292.2, 88.5%, 89.8%);
- Background: background-color: hsl(292.2, 88.5%, 89.8%);
- Border: border-color: hsl(292.2, 88.5%, 89.8%);
What are all the color format values for very light purple?
| Format | Value |
|---|---|
| HEX | #f6cefc |
| RGB | rgb(246, 206, 252) |
| HSL | hsl(292.2, 88.5%, 89.8%) |
| CMYK | cmyk(2.4%, 18.3%, 0%, 1.2%) |
How do I convert very light purple to HSL?
Select very light purple from the color name list in our color converter. The HSL value — hsl(292.2, 88.5%, 89.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very light purple belong to?
very light purple belongs to the pink color family. It is a light, vivid color with HSL values: hue 292.2°, saturation 88.5%, lightness 89.8%.
How do I create lighter and darker shades of very light purple?
Lighter variant (lightness 95%): #fbe7fe. Darker variant (lightness 74.8%): #e986f8. 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.