#2fea7f
a balanced, electric green · cool · closest name: forestgreen
RGB
47, 234, 127
HSL
146°, 82%, 55%
CMYK
80, 0, 46, 8
Luminance
0.6098
Every format
| HEX | #2fea7f |
| RGB | rgb(47, 234, 127) |
| HSL | hsl(146, 82%, 55%) |
| CMYK | cmyk(80%, 0%, 46%, 8%) |
| LAB | lab(82.4 -67.6 39.4) |
| LCH | lch(82.4 78.2 149.8) |
| OKLCH | oklch(0.825 0.206 152.0) |
Copy-ready code
/* CSS */
color: #2fea7f;
background-color: #2fea7f;
/* Tailwind (arbitrary) */
class="text-[#2fea7f] bg-[#2fea7f]"
/* SCSS */
$brand: #2fea7f;
/* SwiftUI */
Color(red: 0.184, green: 0.918, blue: 0.498)
/* Android */
Color.parseColor("#2fea7f")Accessibility — WCAG contrast
Aa
#2fea7f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fea7f on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green91.8%
Blue49.8%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow45.7%
Key (black)8.2%
Color previews
#2fea7f text on a black background
contrast 13.20:1
Card sample
#2fea7f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fea7f;
Background color
Panel with #2fea7f background
background-color: #2fea7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fea7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 234, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 234, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fea7f; background: linear-gradient(135deg, #2fea7f, #2FD8EA);