Pink
#ffc0cb
Here's everything about the color Pink (#ffc0cb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffc0cb | |
|---|---|---|
| RGB | rgb(255, 192, 203) | |
| HSL | hsl(350, 100%, 88%) | |
| CMYK | cmyk(0%, 25%, 20%, 0%) | |
| LAB | lab(84, 24, 4) | |
| OKLCH | oklch(0.87 0.074 7) |
Color harmonies
Tints & shades
Code snippets
color: #ffc0cb;
background-color: #ffc0cb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFC0CB)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.75, blue: 0.80, alpha: 1.0)