#4eaa21
a dark, vivid green · cool · closest name: forestgreen
RGB
78, 170, 33
HSL
100°, 68%, 40%
CMYK
54, 0, 81, 33
Luminance
0.3048
Every format
| HEX | #4eaa21 |
| RGB | rgb(78, 170, 33) |
| HSL | hsl(100, 68%, 40%) |
| CMYK | cmyk(54%, 0%, 81%, 33%) |
| LAB | lab(62.1 -50.5 56.9) |
| LCH | lch(62.1 76.1 131.6) |
| OKLCH | oklch(0.656 0.188 137.9) |
Copy-ready code
/* CSS */
color: #4eaa21;
background-color: #4eaa21;
/* Tailwind (arbitrary) */
class="text-[#4eaa21] bg-[#4eaa21]"
/* SCSS */
$brand: #4eaa21;
/* SwiftUI */
Color(red: 0.306, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#4eaa21")Accessibility — WCAG contrast
Aa
#4eaa21 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eaa21 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green66.7%
Blue12.9%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow80.6%
Key (black)33.3%
Color previews
#4eaa21 text on a black background
contrast 7.10:1
Card sample
#4eaa21 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eaa21;
Background color
Panel with #4eaa21 background
background-color: #4eaa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eaa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eaa21; background: linear-gradient(135deg, #4eaa21, #21AA4F);