Pink Ink
#ff1476
Looking for the precise values behind Pink Ink (#ff1476)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff1476 | |
|---|---|---|
| RGB | rgb(255, 20, 118) | |
| HSL | hsl(335, 100%, 54%) | |
| CMYK | cmyk(0%, 92%, 54%, 0%) | |
| LAB | lab(56, 82, 12) | |
| OKLCH | oklch(0.65 0.253 6) |
Color harmonies
Tints & shades
Code snippets
color: #ff1476;
background-color: #ff1476;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF1476)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.08, blue: 0.46, alpha: 1.0)