Muted Pink
#d1768f
Looking for the precise values behind Muted Pink (#d1768f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d1768f | |
|---|---|---|
| RGB | rgb(209, 118, 143) | |
| HSL | hsl(344, 50%, 64%) | |
| CMYK | cmyk(0%, 44%, 32%, 18%) | |
| LAB | lab(61, 39, 3) | |
| OKLCH | oklch(0.67 0.117 3) |
Color harmonies
Tints & shades
Code snippets
color: #d1768f;
background-color: #d1768f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD1768F)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.46, blue: 0.56, alpha: 1.0)