Jigglypuff
#ffaaff
Here's everything about the color Jigglypuff (#ffaaff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffaaff | |
|---|---|---|
| RGB | rgb(255, 170, 255) | |
| HSL | hsl(300, 100%, 83%) | |
| CMYK | cmyk(0%, 33%, 0%, 0%) | |
| LAB | lab(80, 42, -29) | |
| OKLCH | oklch(0.85 0.146 327) |
Color harmonies
Tints & shades
Code snippets
color: #ffaaff;
background-color: #ffaaff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFFAAFF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.67, blue: 1.00, alpha: 1.0)