#2fe9af
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 233, 175
HSL
161°, 81%, 55%
CMYK
80, 0, 25, 9
Luminance
0.6198
Every format
| HEX | #2fe9af |
| RGB | rgb(47, 233, 175) |
| HSL | hsl(161, 81%, 55%) |
| CMYK | cmyk(80%, 0%, 25%, 9%) |
| LAB | lab(82.9 -57.8 15.7) |
| LCH | lch(82.9 59.9 164.8) |
| OKLCH | oklch(0.832 0.164 165.9) |
Copy-ready code
/* CSS */
color: #2fe9af;
background-color: #2fe9af;
/* Tailwind (arbitrary) */
class="text-[#2fe9af] bg-[#2fe9af]"
/* SCSS */
$brand: #2fe9af;
/* SwiftUI */
Color(red: 0.184, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#2fe9af")Accessibility — WCAG contrast
Aa
#2fe9af on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe9af on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green91.4%
Blue68.6%
CMYK percentages
Cyan79.8%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#2fe9af text on a black background
contrast 13.40:1
Card sample
#2fe9af text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe9af;
Background color
Panel with #2fe9af background
background-color: #2fe9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe9af; background: linear-gradient(135deg, #2fe9af, #2FA7E9);