#2fef9d
a balanced, electric green · cool · closest name: aquamarine
RGB
47, 239, 157
HSL
154°, 86%, 56%
CMYK
80, 0, 34, 6
Luminance
0.6477
Every format
| HEX | #2fef9d |
| RGB | rgb(47, 239, 157) |
| HSL | hsl(154, 86%, 56%) |
| CMYK | cmyk(80%, 0%, 34%, 6%) |
| LAB | lab(84.4 -63.9 27.0) |
| LCH | lch(84.4 69.3 157.1) |
| OKLCH | oklch(0.843 0.186 158.5) |
Copy-ready code
/* CSS */
color: #2fef9d;
background-color: #2fef9d;
/* Tailwind (arbitrary) */
class="text-[#2fef9d] bg-[#2fef9d]"
/* SCSS */
$brand: #2fef9d;
/* SwiftUI */
Color(red: 0.184, green: 0.937, blue: 0.616)
/* Android */
Color.parseColor("#2fef9d")Accessibility — WCAG contrast
Aa
#2fef9d on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fef9d on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green93.7%
Blue61.6%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow34.3%
Key (black)6.3%
Color previews
#2fef9d text on a black background
contrast 13.95:1
Card sample
#2fef9d text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fef9d;
Background color
Panel with #2fef9d background
background-color: #2fef9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fef9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 239, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 239, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fef9d; background: linear-gradient(135deg, #2fef9d, #2FC1EF);