#02a9eb
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 169, 235
HSL
197°, 98%, 47%
CMYK
99, 28, 0, 8
Luminance
0.3439
Every format
| HEX | #02a9eb |
| RGB | rgb(2, 169, 235) |
| HSL | hsl(197, 98%, 47%) |
| CMYK | cmyk(99%, 28%, 0%, 8%) |
| LAB | lab(65.3 -12.9 -43.1) |
| LCH | lch(65.3 45.0 253.3) |
| OKLCH | oklch(0.694 0.148 235.6) |
Copy-ready code
/* CSS */
color: #02a9eb;
background-color: #02a9eb;
/* Tailwind (arbitrary) */
class="text-[#02a9eb] bg-[#02a9eb]"
/* SCSS */
$brand: #02a9eb;
/* SwiftUI */
Color(red: 0.008, green: 0.663, blue: 0.922)
/* Android */
Color.parseColor("#02a9eb")Accessibility — WCAG contrast
Aa
#02a9eb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a9eb on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green66.3%
Blue92.2%
CMYK percentages
Cyan99.1%
Magenta28.1%
Yellow0.0%
Key (black)7.8%
Color previews
#02a9eb text on a black background
contrast 7.88:1
Card sample
#02a9eb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a9eb;
Background color
Panel with #02a9eb background
background-color: #02a9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 169, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 169, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a9eb; background: linear-gradient(135deg, #02a9eb, #020EEB);