Pink Elephants
#ff99ee
Here's everything about the color Pink Elephants (#ff99ee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff99ee | |
|---|---|---|
| RGB | rgb(255, 153, 238) | |
| HSL | hsl(310, 100%, 80%) | |
| CMYK | cmyk(0%, 40%, 7%, 0%) | |
| LAB | lab(76, 48, -26) | |
| OKLCH | oklch(0.81 0.16 333) |
Color harmonies
Tints & shades
Code snippets
color: #ff99ee;
background-color: #ff99ee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF99EE)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.60, blue: 0.93, alpha: 1.0)