Pinkalicious
#ff99ff
Here's everything about the color Pinkalicious (#ff99ff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff99ff | |
|---|---|---|
| RGB | rgb(255, 153, 255) | |
| HSL | hsl(300, 100%, 80%) | |
| CMYK | cmyk(0%, 40%, 0%, 0%) | |
| LAB | lab(77, 50, -35) | |
| OKLCH | oklch(0.82 0.175 327) |
Color harmonies
Tints & shades
Code snippets
color: #ff99ff;
background-color: #ff99ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFFF99FF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.60, blue: 1.00, alpha: 1.0)