Epic Blue
#0066ee
Here's everything about the color Epic Blue (#0066ee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #0066ee | |
|---|---|---|
| RGB | rgb(0, 102, 238) | |
| HSL | hsl(214, 100%, 47%) | |
| CMYK | cmyk(100%, 57%, 0%, 7%) | |
| LAB | lab(45, 18, -77) | |
| OKLCH | oklch(0.55 0.22 260) |
Color harmonies
Tints & shades
Code snippets
color: #0066ee;
background-color: #0066ee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF0066EE)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.40, blue: 0.93, alpha: 1.0)