What is the HEX code for muted pink?
The CSS color muted pink in HEX format is #d1768f. 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: #d1768f;
- Background: background-color: #d1768f;
- Border: border-color: #d1768f;
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 HEX?
Select muted pink from the color name list in our color converter. The HEX value — #d1768f — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.