#2ead49
a dark, vivid green · cool · closest name: forestgreen
RGB
46, 173, 73
HSL
133°, 58%, 43%
CMYK
73, 0, 58, 32
Luminance
0.3095
Every format
| HEX | #2ead49 |
| RGB | rgb(46, 173, 73) |
| HSL | hsl(133, 58%, 43%) |
| CMYK | cmyk(73%, 0%, 58%, 32%) |
| LAB | lab(62.5 -55.0 41.1) |
| LCH | lch(62.5 68.7 143.2) |
| OKLCH | oklch(0.658 0.177 146.6) |
Copy-ready code
/* CSS */
color: #2ead49;
background-color: #2ead49;
/* Tailwind (arbitrary) */
class="text-[#2ead49] bg-[#2ead49]"
/* SCSS */
$brand: #2ead49;
/* SwiftUI */
Color(red: 0.180, green: 0.678, blue: 0.286)
/* Android */
Color.parseColor("#2ead49")Accessibility — WCAG contrast
Aa
#2ead49 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ead49 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green67.8%
Blue28.6%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow57.8%
Key (black)32.2%
Color previews
#2ead49 text on a black background
contrast 7.19:1
Card sample
#2ead49 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ead49;
Background color
Panel with #2ead49 background
background-color: #2ead49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ead49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 173, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 173, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ead49; background: linear-gradient(135deg, #2ead49, #2EAD9E);