#4ba521
a dark, vivid green · cool · closest name: forestgreen
RGB
75, 165, 33
HSL
101°, 67%, 39%
CMYK
55, 0, 80, 35
Luminance
0.2852
Every format
| HEX | #4ba521 |
| RGB | rgb(75, 165, 33) |
| HSL | hsl(101, 67%, 39%) |
| CMYK | cmyk(55%, 0%, 80%, 35%) |
| LAB | lab(60.4 -49.4 55.3) |
| LCH | lch(60.4 74.1 131.8) |
| OKLCH | oklch(0.642 0.184 138.1) |
Copy-ready code
/* CSS */
color: #4ba521;
background-color: #4ba521;
/* Tailwind (arbitrary) */
class="text-[#4ba521] bg-[#4ba521]"
/* SCSS */
$brand: #4ba521;
/* SwiftUI */
Color(red: 0.294, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#4ba521")Accessibility — WCAG contrast
Aa
#4ba521 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba521 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green64.7%
Blue12.9%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#4ba521 text on a black background
contrast 6.70:1
Card sample
#4ba521 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba521;
Background color
Panel with #4ba521 background
background-color: #4ba521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba521; background: linear-gradient(135deg, #4ba521, #21A54F);