#02f4cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
2, 244, 207
HSL
171°, 98%, 48%
CMYK
99, 0, 15, 4
Luminance
0.6922
Every format
| HEX | #02f4cf |
| RGB | rgb(2, 244, 207) |
| HSL | hsl(171, 98%, 48%) |
| CMYK | cmyk(99%, 0%, 15%, 4%) |
| LAB | lab(86.6 -56.6 4.2) |
| LCH | lch(86.6 56.7 175.7) |
| OKLCH | oklch(0.864 0.161 176.3) |
Copy-ready code
/* CSS */
color: #02f4cf;
background-color: #02f4cf;
/* Tailwind (arbitrary) */
class="text-[#02f4cf] bg-[#02f4cf]"
/* SCSS */
$brand: #02f4cf;
/* SwiftUI */
Color(red: 0.008, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#02f4cf")Accessibility — WCAG contrast
Aa
#02f4cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02f4cf on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green95.7%
Blue81.2%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#02f4cf text on a black background
contrast 14.84:1
Card sample
#02f4cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02f4cf;
Background color
Panel with #02f4cf background
background-color: #02f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02f4cf; background: linear-gradient(135deg, #02f4cf, #0278F4);