#2e993d
a dark, vivid green · cool · closest name: forestgreen
RGB
46, 153, 61
HSL
128°, 54%, 39%
CMYK
70, 0, 60, 40
Luminance
0.2370
Every format
| HEX | #2e993d |
| RGB | rgb(46, 153, 61) |
| HSL | hsl(128, 54%, 39%) |
| CMYK | cmyk(70%, 0%, 60%, 40%) |
| LAB | lab(55.8 -49.5 39.0) |
| LCH | lch(55.8 63.0 141.7) |
| OKLCH | oklch(0.602 0.162 145.4) |
Copy-ready code
/* CSS */
color: #2e993d;
background-color: #2e993d;
/* Tailwind (arbitrary) */
class="text-[#2e993d] bg-[#2e993d]"
/* SCSS */
$brand: #2e993d;
/* SwiftUI */
Color(red: 0.180, green: 0.600, blue: 0.239)
/* Android */
Color.parseColor("#2e993d")Accessibility — WCAG contrast
Aa
#2e993d on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2e993d on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green60.0%
Blue23.9%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow60.1%
Key (black)40.0%
Color previews
#2e993d text on a black background
contrast 5.74:1
Card sample
#2e993d text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e993d;
Background color
Panel with #2e993d background
background-color: #2e993d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e993d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 153, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 153, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e993d; background: linear-gradient(135deg, #2e993d, #2E9984);