What is the HSL code for light mauve?
The CSS color light mauve in HSL format is hsl(341.3, 28.2%, 66.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use light mauve in CSS?
To apply light mauve in CSS:
- Text color: color: hsl(341.3, 28.2%, 66.7%);
- Background: background-color: hsl(341.3, 28.2%, 66.7%);
- Border: border-color: hsl(341.3, 28.2%, 66.7%);
What are all the color format values for light mauve?
| Format | Value |
|---|---|
| HEX | #c292a1 |
| RGB | rgb(194, 146, 161) |
| HSL | hsl(341.3, 28.2%, 66.7%) |
| CMYK | cmyk(0%, 24.7%, 17%, 23.9%) |
How do I convert light mauve to HSL?
Select light mauve from the color name list in our color converter. The HSL value — hsl(341.3, 28.2%, 66.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light mauve belong to?
light mauve belongs to the pink color family. It is a medium, muted color with HSL values: hue 341.3°, saturation 28.2%, lightness 66.7%.
How do I create lighter and darker shades of light mauve?
Lighter variant (lightness 81.7%): #ddc3cb. Darker variant (lightness 51.7%): #a76177. 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.