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