Matt Pink
#ffb6c1
Looking for the precise values behind Matt Pink (#ffb6c1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb6c1 | |
|---|---|---|
| RGB | rgb(255, 182, 193) | |
| HSL | hsl(351, 100%, 86%) | |
| CMYK | cmyk(0%, 29%, 24%, 0%) | |
| LAB | lab(81, 28, 6) | |
| OKLCH | oklch(0.85 0.086 9) |
Color harmonies
Tints & shades
Code snippets
color: #ffb6c1;
background-color: #ffb6c1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFB6C1)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.71, blue: 0.76, alpha: 1.0)