#02afee
a balanced, electric cyan · cool · closest name: steelblue
RGB
2, 175, 238
HSL
196°, 98%, 47%
CMYK
99, 27, 0, 7
Luminance
0.3685
Every format
| HEX | #02afee |
| RGB | rgb(2, 175, 238) |
| HSL | hsl(196, 98%, 47%) |
| CMYK | cmyk(99%, 27%, 0%, 7%) |
| LAB | lab(67.2 -15.1 -41.8) |
| LCH | lch(67.2 44.4 250.1) |
| OKLCH | oklch(0.710 0.147 233.4) |
Copy-ready code
/* CSS */
color: #02afee;
background-color: #02afee;
/* Tailwind (arbitrary) */
class="text-[#02afee] bg-[#02afee]"
/* SCSS */
$brand: #02afee;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#02afee")Accessibility — WCAG contrast
Aa
#02afee on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afee on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue93.3%
CMYK percentages
Cyan99.2%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#02afee text on a black background
contrast 8.37:1
Card sample
#02afee text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afee;
Background color
Panel with #02afee background
background-color: #02afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afee; background: linear-gradient(135deg, #02afee, #0212EE);