What is the HSL code for soft purple?
The CSS color soft purple in HSL format is hsl(287.1, 32.1%, 57.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use soft purple in CSS?
To apply soft purple in CSS:
- Text color: color: hsl(287.1, 32.1%, 57.3%);
- Background: background-color: hsl(287.1, 32.1%, 57.3%);
- Border: border-color: hsl(287.1, 32.1%, 57.3%);
What are all the color format values for soft purple?
| Format | Value |
|---|---|
| HEX | #a66fb5 |
| RGB | rgb(166, 111, 181) |
| HSL | hsl(287.1, 32.1%, 57.3%) |
| CMYK | cmyk(8.3%, 38.7%, 0%, 29%) |
How do I convert soft purple to HSL?
Select soft purple from the color name list in our color converter. The HSL value — hsl(287.1, 32.1%, 57.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does soft purple belong to?
soft purple belongs to the purple color family. It is a medium, moderately saturated color with HSL values: hue 287.1°, saturation 32.1%, lightness 57.3%.
How do I create lighter and darker shades of soft purple?
Lighter variant (lightness 72.3%): #c5a2cf. Darker variant (lightness 42.3%): #80498e. 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.