#02eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
2, 236, 235
HSL
180°, 98%, 47%
CMYK
99, 0, 0, 8
Luminance
0.6600
Every format
| HEX | #02eceb |
| RGB | rgb(2, 236, 235) |
| HSL | hsl(180, 98%, 47%) |
| CMYK | cmyk(99%, 0%, 0%, 8%) |
| LAB | lab(85.0 -45.6 -12.8) |
| LCH | lch(85.0 47.4 195.7) |
| OKLCH | oklch(0.854 0.146 194.2) |
Copy-ready code
/* CSS */
color: #02eceb;
background-color: #02eceb;
/* Tailwind (arbitrary) */
class="text-[#02eceb] bg-[#02eceb]"
/* SCSS */
$brand: #02eceb;
/* SwiftUI */
Color(red: 0.008, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#02eceb")Accessibility — WCAG contrast
Aa
#02eceb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02eceb on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green92.5%
Blue92.2%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#02eceb text on a black background
contrast 14.20:1
Card sample
#02eceb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02eceb;
Background color
Panel with #02eceb background
background-color: #02eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02eceb; background: linear-gradient(135deg, #02eceb, #0251EC);