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