#4ba624
a dark, vivid green · cool · closest name: forestgreen
RGB
75, 166, 36
HSL
102°, 64%, 40%
CMYK
55, 0, 78, 35
Luminance
0.2890
Every format
| HEX | #4ba624 |
| RGB | rgb(75, 166, 36) |
| HSL | hsl(102, 64%, 40%) |
| CMYK | cmyk(55%, 0%, 78%, 35%) |
| LAB | lab(60.7 -49.6 54.6) |
| LCH | lch(60.7 73.8 132.3) |
| OKLCH | oklch(0.645 0.183 138.4) |
Copy-ready code
/* CSS */
color: #4ba624;
background-color: #4ba624;
/* Tailwind (arbitrary) */
class="text-[#4ba624] bg-[#4ba624]"
/* SCSS */
$brand: #4ba624;
/* SwiftUI */
Color(red: 0.294, green: 0.651, blue: 0.141)
/* Android */
Color.parseColor("#4ba624")Accessibility — WCAG contrast
Aa
#4ba624 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba624 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green65.1%
Blue14.1%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow78.3%
Key (black)34.9%
Color previews
#4ba624 text on a black background
contrast 6.78:1
Card sample
#4ba624 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba624;
Background color
Panel with #4ba624 background
background-color: #4ba624;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba624;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 166, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 166, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba624; background: linear-gradient(135deg, #4ba624, #24A654);