Too Blue to Be True
#0088ff
Here's everything about the color Too Blue to Be True (#0088ff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #0088ff | |
|---|---|---|
| RGB | rgb(0, 136, 255) | |
| HSL | hsl(208, 100%, 50%) | |
| CMYK | cmyk(100%, 47%, 0%, 0%) | |
| LAB | lab(56, 4, -69) | |
| OKLCH | oklch(0.63 0.202 254) |
Color harmonies
Tints & shades
Code snippets
color: #0088ff;
background-color: #0088ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF0088FF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.53, blue: 1.00, alpha: 1.0)