#02f1af
a balanced, electric cyan · cool · closest name: aquamarine
RGB
2, 241, 175
HSL
163°, 98%, 48%
CMYK
99, 0, 27, 6
Luminance
0.6602
Every format
| HEX | #02f1af |
| RGB | rgb(2, 241, 175) |
| HSL | hsl(163, 98%, 48%) |
| CMYK | cmyk(99%, 0%, 27%, 6%) |
| LAB | lab(85.0 -63.1 18.6) |
| LCH | lch(85.0 65.8 163.6) |
| OKLCH | oklch(0.849 0.179 164.7) |
Copy-ready code
/* CSS */
color: #02f1af;
background-color: #02f1af;
/* Tailwind (arbitrary) */
class="text-[#02f1af] bg-[#02f1af]"
/* SCSS */
$brand: #02f1af;
/* SwiftUI */
Color(red: 0.008, green: 0.945, blue: 0.686)
/* Android */
Color.parseColor("#02f1af")Accessibility — WCAG contrast
Aa
#02f1af on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02f1af on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green94.5%
Blue68.6%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow27.4%
Key (black)5.5%
Color previews
#02f1af text on a black background
contrast 14.20:1
Card sample
#02f1af text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02f1af;
Background color
Panel with #02f1af background
background-color: #02f1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02f1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 241, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 241, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02f1af; background: linear-gradient(135deg, #02f1af, #0294F1);