Electric Eel
#88bbee
Here's everything about the color Electric Eel (#88bbee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #88bbee | |
|---|---|---|
| RGB | rgb(136, 187, 238) | |
| HSL | hsl(210, 75%, 73%) | |
| CMYK | cmyk(43%, 21%, 0%, 7%) | |
| LAB | lab(74, -7, -31) | |
| OKLCH | oklch(0.78 0.091 249) |
Color harmonies
Tints & shades
Code snippets
color: #88bbee;
background-color: #88bbee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF88BBEE)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.73, blue: 0.93, alpha: 1.0)