#02a2ee
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 162, 238
HSL
199°, 98%, 47%
CMYK
99, 32, 0, 7
Luminance
0.3203
Every format
| HEX | #02a2ee |
| RGB | rgb(2, 162, 238) |
| HSL | hsl(199, 98%, 47%) |
| CMYK | cmyk(99%, 32%, 0%, 7%) |
| LAB | lab(63.4 -7.9 -47.7) |
| LCH | lch(63.4 48.4 260.6) |
| OKLCH | oklch(0.680 0.156 240.3) |
Copy-ready code
/* CSS */
color: #02a2ee;
background-color: #02a2ee;
/* Tailwind (arbitrary) */
class="text-[#02a2ee] bg-[#02a2ee]"
/* SCSS */
$brand: #02a2ee;
/* SwiftUI */
Color(red: 0.008, green: 0.635, blue: 0.933)
/* Android */
Color.parseColor("#02a2ee")Accessibility — WCAG contrast
Aa
#02a2ee on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02a2ee on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green63.5%
Blue93.3%
CMYK percentages
Cyan99.2%
Magenta31.9%
Yellow0.0%
Key (black)6.7%
Color previews
#02a2ee text on a black background
contrast 7.41:1
Card sample
#02a2ee text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a2ee;
Background color
Panel with #02a2ee background
background-color: #02a2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 162, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 162, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a2ee; background: linear-gradient(135deg, #02a2ee, #0205EE);