What is the HSL code for muted pink?
The CSS color muted pink in HSL format is hsl(343.5, 49.7%, 64.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use muted pink in CSS?
To apply muted pink in CSS:
- Text color: color: hsl(343.5, 49.7%, 64.1%);
- Background: background-color: hsl(343.5, 49.7%, 64.1%);
- Border: border-color: hsl(343.5, 49.7%, 64.1%);
What are all the color format values for muted pink?
| Format | Value |
|---|---|
| HEX | #d1768f |
| RGB | rgb(209, 118, 143) |
| HSL | hsl(343.5, 49.7%, 64.1%) |
| CMYK | cmyk(0%, 43.5%, 31.6%, 18%) |
How do I convert muted pink to HSL?
Select muted pink from the color name list in our color converter. The HSL value — hsl(343.5, 49.7%, 64.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does muted pink belong to?
muted pink belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 343.5°, saturation 49.7%, lightness 64.1%.
How do I create lighter and darker shades of muted pink?
Lighter variant (lightness 79.1%): #e4afbe. Darker variant (lightness 49.099999999999994%): #bb3f61. 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.