#02a4ec
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 164, 236
HSL
199°, 98%, 47%
CMYK
99, 31, 0, 8
Luminance
0.3262
Every format
| HEX | #02a4ec |
| RGB | rgb(2, 164, 236) |
| HSL | hsl(199, 98%, 47%) |
| CMYK | cmyk(99%, 31%, 0%, 8%) |
| LAB | lab(63.9 -9.8 -45.9) |
| LCH | lch(63.9 46.9 258.0) |
| OKLCH | oklch(0.683 0.153 238.6) |
Copy-ready code
/* CSS */
color: #02a4ec;
background-color: #02a4ec;
/* Tailwind (arbitrary) */
class="text-[#02a4ec] bg-[#02a4ec]"
/* SCSS */
$brand: #02a4ec;
/* SwiftUI */
Color(red: 0.008, green: 0.643, blue: 0.925)
/* Android */
Color.parseColor("#02a4ec")Accessibility — WCAG contrast
Aa
#02a4ec on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a4ec on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.3%
Blue92.5%
CMYK percentages
Cyan99.2%
Magenta30.5%
Yellow0.0%
Key (black)7.5%
Color previews
#02a4ec text on a black background
contrast 7.52:1
Card sample
#02a4ec text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a4ec;
Background color
Panel with #02a4ec background
background-color: #02a4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 164, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 164, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a4ec; background: linear-gradient(135deg, #02a4ec, #0208EC);