#02ebfa
a balanced, electric cyan · cool · closest name: cyan
RGB
2, 235, 250
HSL
184°, 98%, 49%
CMYK
99, 6, 0, 2
Luminance
0.6633
Every format
| HEX | #02ebfa |
| RGB | rgb(2, 235, 250) |
| HSL | hsl(184, 98%, 49%) |
| CMYK | cmyk(99%, 6%, 0%, 2%) |
| LAB | lab(85.2 -40.7 -20.5) |
| LCH | lch(85.2 45.6 206.7) |
| OKLCH | oklch(0.857 0.146 203.0) |
Copy-ready code
/* CSS */
color: #02ebfa;
background-color: #02ebfa;
/* Tailwind (arbitrary) */
class="text-[#02ebfa] bg-[#02ebfa]"
/* SCSS */
$brand: #02ebfa;
/* SwiftUI */
Color(red: 0.008, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#02ebfa")Accessibility — WCAG contrast
Aa
#02ebfa on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ebfa on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green92.2%
Blue98.0%
CMYK percentages
Cyan99.2%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#02ebfa text on a black background
contrast 14.27:1
Card sample
#02ebfa text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ebfa;
Background color
Panel with #02ebfa background
background-color: #02ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ebfa; background: linear-gradient(135deg, #02ebfa, #0246FA);