#2ea821
a dark, vivid green · cool · closest name: forestgreen
RGB
46, 168, 33
HSL
114°, 67%, 39%
CMYK
73, 0, 80, 34
Luminance
0.2870
Every format
| HEX | #2ea821 |
| RGB | rgb(46, 168, 33) |
| HSL | hsl(114, 67%, 39%) |
| CMYK | cmyk(73%, 0%, 80%, 34%) |
| LAB | lab(60.5 -57.2 55.1) |
| LCH | lch(60.5 79.4 136.1) |
| OKLCH | oklch(0.641 0.198 141.8) |
Copy-ready code
/* CSS */
color: #2ea821;
background-color: #2ea821;
/* Tailwind (arbitrary) */
class="text-[#2ea821] bg-[#2ea821]"
/* SCSS */
$brand: #2ea821;
/* SwiftUI */
Color(red: 0.180, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#2ea821")Accessibility — WCAG contrast
Aa
#2ea821 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ea821 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green65.9%
Blue12.9%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#2ea821 text on a black background
contrast 6.74:1
Card sample
#2ea821 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ea821;
Background color
Panel with #2ea821 background
background-color: #2ea821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ea821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ea821; background: linear-gradient(135deg, #2ea821, #21A86E);