Sparky Blue
#22eeff
Here's everything about the color Sparky Blue (#22eeff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #22eeff | |
|---|---|---|
| RGB | rgb(34, 238, 255) | |
| HSL | hsl(185, 100%, 57%) | |
| CMYK | cmyk(87%, 7%, 0%, 0%) | |
| LAB | lab(86, -43, -22) | |
| OKLCH | oklch(0.87 0.144 204) |
Color harmonies
Tints & shades
Code snippets
color: #22eeff;
background-color: #22eeff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF22EEFF)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.93, blue: 1.00, alpha: 1.0)