What is the HSL code for lavender pink?
The CSS color lavender pink in HSL format is hsl(304.1, 56.4%, 69.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use lavender pink in CSS?
To apply lavender pink in CSS:
- Text color: color: hsl(304.1, 56.4%, 69.4%);
- Background: background-color: hsl(304.1, 56.4%, 69.4%);
- Border: border-color: hsl(304.1, 56.4%, 69.4%);
What are all the color format values for lavender pink?
| Format | Value |
|---|---|
| HEX | #dd85d7 |
| RGB | rgb(221, 133, 215) |
| HSL | hsl(304.1, 56.4%, 69.4%) |
| CMYK | cmyk(0%, 39.8%, 2.7%, 13.3%) |
How do I convert lavender pink to HSL?
Select lavender pink from the color name list in our color converter. The HSL value — hsl(304.1, 56.4%, 69.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does lavender pink belong to?
lavender pink belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 304.1°, saturation 56.4%, lightness 69.4%.
How do I create lighter and darker shades of lavender pink?
Lighter variant (lightness 84.4%): #eec1eb. Darker variant (lightness 54.400000000000006%): #cc49c3. 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.