Fancy Fuchsia
#ff0088
Here's everything about the color Fancy Fuchsia (#ff0088) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff0088 | |
|---|---|---|
| RGB | rgb(255, 0, 136) | |
| HSL | hsl(328, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 47%, 0%) | |
| LAB | lab(56, 84, 1) | |
| OKLCH | oklch(0.65 0.263 360) |
Color harmonies
Tints & shades
Code snippets
color: #ff0088;
background-color: #ff0088;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF0088)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.53, alpha: 1.0)