#02ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
2, 235, 254
HSL
185°, 99%, 50%
CMYK
99, 8, 0, 0
Luminance
0.6659
Every format
| HEX | #02ebfe |
| RGB | rgb(2, 235, 254) |
| HSL | hsl(185, 99%, 50%) |
| CMYK | cmyk(99%, 8%, 0%, 0%) |
| LAB | lab(85.3 -39.5 -22.4) |
| LCH | lch(85.3 45.4 209.5) |
| OKLCH | oklch(0.858 0.146 205.2) |
Copy-ready code
/* CSS */
color: #02ebfe;
background-color: #02ebfe;
/* Tailwind (arbitrary) */
class="text-[#02ebfe] bg-[#02ebfe]"
/* SCSS */
$brand: #02ebfe;
/* SwiftUI */
Color(red: 0.008, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#02ebfe")Accessibility — WCAG contrast
Aa
#02ebfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ebfe on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green92.2%
Blue99.6%
CMYK percentages
Cyan99.2%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#02ebfe text on a black background
contrast 14.32:1
Card sample
#02ebfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ebfe;
Background color
Panel with #02ebfe background
background-color: #02ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ebfe; background: linear-gradient(135deg, #02ebfe, #0243FE);