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