#2ea84d
a dark, vivid green · cool · closest name: forestgreen
RGB
46, 168, 77
HSL
135°, 57%, 42%
CMYK
73, 0, 54, 34
Luminance
0.2912
Every format
| HEX | #2ea84d |
| RGB | rgb(46, 168, 77) |
| HSL | hsl(135, 57%, 42%) |
| CMYK | cmyk(73%, 0%, 54%, 34%) |
| LAB | lab(60.9 -52.7 37.3) |
| LCH | lch(60.9 64.5 144.7) |
| OKLCH | oklch(0.645 0.168 147.7) |
Copy-ready code
/* CSS */
color: #2ea84d;
background-color: #2ea84d;
/* Tailwind (arbitrary) */
class="text-[#2ea84d] bg-[#2ea84d]"
/* SCSS */
$brand: #2ea84d;
/* SwiftUI */
Color(red: 0.180, green: 0.659, blue: 0.302)
/* Android */
Color.parseColor("#2ea84d")Accessibility — WCAG contrast
Aa
#2ea84d on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ea84d on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green65.9%
Blue30.2%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow54.2%
Key (black)34.1%
Color previews
#2ea84d text on a black background
contrast 6.82:1
Card sample
#2ea84d text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ea84d;
Background color
Panel with #2ea84d background
background-color: #2ea84d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ea84d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 168, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 168, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ea84d; background: linear-gradient(135deg, #2ea84d, #2EA89E);