#2fe461
a balanced, electric green · cool · closest name: forestgreen
RGB
47, 228, 97
HSL
137°, 77%, 54%
CMYK
79, 0, 58, 11
Luminance
0.5695
Every format
| HEX | #2fe461 |
| RGB | rgb(47, 228, 97) |
| HSL | hsl(137, 77%, 54%) |
| CMYK | cmyk(79%, 0%, 58%, 11%) |
| LAB | lab(80.2 -70.0 50.9) |
| LCH | lch(80.2 86.5 144.0) |
| OKLCH | oklch(0.806 0.224 147.3) |
Copy-ready code
/* CSS */
color: #2fe461;
background-color: #2fe461;
/* Tailwind (arbitrary) */
class="text-[#2fe461] bg-[#2fe461]"
/* SCSS */
$brand: #2fe461;
/* SwiftUI */
Color(red: 0.184, green: 0.894, blue: 0.380)
/* Android */
Color.parseColor("#2fe461")Accessibility — WCAG contrast
Aa
#2fe461 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe461 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green89.4%
Blue38.0%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow57.5%
Key (black)10.6%
Color previews
#2fe461 text on a black background
contrast 12.39:1
Card sample
#2fe461 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe461;
Background color
Panel with #2fe461 background
background-color: #2fe461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 228, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 228, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe461; background: linear-gradient(135deg, #2fe461, #2FE4DA);