#02ffda
a balanced, electric cyan · cool · closest name: aquamarine
RGB
2, 255, 218
HSL
171°, 100%, 50%
CMYK
99, 0, 15, 0
Luminance
0.7659
Every format
| HEX | #02ffda |
| RGB | rgb(2, 255, 218) |
| HSL | hsl(171, 100%, 50%) |
| CMYK | cmyk(99%, 0%, 15%, 0%) |
| LAB | lab(90.1 -58.1 3.6) |
| LCH | lch(90.1 58.2 176.4) |
| OKLCH | oklch(0.894 0.166 177.0) |
Copy-ready code
/* CSS */
color: #02ffda;
background-color: #02ffda;
/* Tailwind (arbitrary) */
class="text-[#02ffda] bg-[#02ffda]"
/* SCSS */
$brand: #02ffda;
/* SwiftUI */
Color(red: 0.008, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#02ffda")Accessibility — WCAG contrast
Aa
#02ffda on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ffda on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green100.0%
Blue85.5%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#02ffda text on a black background
contrast 16.32:1
Card sample
#02ffda text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ffda;
Background color
Panel with #02ffda background
background-color: #02ffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ffda; background: linear-gradient(135deg, #02ffda, #027BFF);