#2cef80
a balanced, electric green · cool · closest name: forestgreen
RGB
44, 239, 128
HSL
146°, 86%, 56%
CMYK
82, 0, 46, 6
Luminance
0.6383
Every format
| HEX | #2cef80 |
| RGB | rgb(44, 239, 128) |
| HSL | hsl(146, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 46%, 6%) |
| LAB | lab(83.9 -69.4 40.8) |
| LCH | lch(83.9 80.5 149.5) |
| OKLCH | oklch(0.838 0.211 151.8) |
Copy-ready code
/* CSS */
color: #2cef80;
background-color: #2cef80;
/* Tailwind (arbitrary) */
class="text-[#2cef80] bg-[#2cef80]"
/* SCSS */
$brand: #2cef80;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.502)
/* Android */
Color.parseColor("#2cef80")Accessibility — WCAG contrast
Aa
#2cef80 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cef80 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue50.2%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow46.4%
Key (black)6.3%
Color previews
#2cef80 text on a black background
contrast 13.77:1
Card sample
#2cef80 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cef80;
Background color
Panel with #2cef80 background
background-color: #2cef80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cef80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cef80; background: linear-gradient(135deg, #2cef80, #2CDCEF);