#02adef
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 173, 239
HSL
197°, 98%, 47%
CMYK
99, 28, 0, 6
Luminance
0.3613
Every format
| HEX | #02adef |
| RGB | rgb(2, 173, 239) |
| HSL | hsl(197, 98%, 47%) |
| CMYK | cmyk(99%, 28%, 0%, 6%) |
| LAB | lab(66.6 -13.6 -43.1) |
| LCH | lch(66.6 45.3 252.5) |
| OKLCH | oklch(0.706 0.149 235.0) |
Copy-ready code
/* CSS */
color: #02adef;
background-color: #02adef;
/* Tailwind (arbitrary) */
class="text-[#02adef] bg-[#02adef]"
/* SCSS */
$brand: #02adef;
/* SwiftUI */
Color(red: 0.008, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#02adef")Accessibility — WCAG contrast
Aa
#02adef on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02adef on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan99.2%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#02adef text on a black background
contrast 8.23:1
Card sample
#02adef text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02adef;
Background color
Panel with #02adef background
background-color: #02adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02adef; background: linear-gradient(135deg, #02adef, #020FEF);