#4ea521
a dark, vivid green · cool · closest name: forestgreen
RGB
78, 165, 33
HSL
100°, 67%, 39%
CMYK
53, 0, 80, 35
Luminance
0.2864
Every format
| HEX | #4ea521 |
| RGB | rgb(78, 165, 33) |
| HSL | hsl(100, 67%, 39%) |
| CMYK | cmyk(53%, 0%, 80%, 35%) |
| LAB | lab(60.5 -48.6 55.4) |
| LCH | lch(60.5 73.7 131.2) |
| OKLCH | oklch(0.643 0.182 137.6) |
Copy-ready code
/* CSS */
color: #4ea521;
background-color: #4ea521;
/* Tailwind (arbitrary) */
class="text-[#4ea521] bg-[#4ea521]"
/* SCSS */
$brand: #4ea521;
/* SwiftUI */
Color(red: 0.306, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#4ea521")Accessibility — WCAG contrast
Aa
#4ea521 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ea521 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green64.7%
Blue12.9%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#4ea521 text on a black background
contrast 6.73:1
Card sample
#4ea521 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ea521;
Background color
Panel with #4ea521 background
background-color: #4ea521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ea521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ea521; background: linear-gradient(135deg, #4ea521, #21A54C);