#4ca430
a dark, vivid green · cool · closest name: forestgreen
RGB
76, 164, 48
HSL
106°, 55%, 42%
CMYK
54, 0, 71, 36
Luminance
0.2830
Every format
| HEX | #4ca430 |
| RGB | rgb(76, 164, 48) |
| HSL | hsl(106, 55%, 42%) |
| CMYK | cmyk(54%, 0%, 71%, 36%) |
| LAB | lab(60.2 -47.7 49.8) |
| LCH | lch(60.2 69.0 133.8) |
| OKLCH | oklch(0.641 0.173 139.2) |
Copy-ready code
/* CSS */
color: #4ca430;
background-color: #4ca430;
/* Tailwind (arbitrary) */
class="text-[#4ca430] bg-[#4ca430]"
/* SCSS */
$brand: #4ca430;
/* SwiftUI */
Color(red: 0.298, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#4ca430")Accessibility — WCAG contrast
Aa
#4ca430 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ca430 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green64.3%
Blue18.8%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#4ca430 text on a black background
contrast 6.66:1
Card sample
#4ca430 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ca430;
Background color
Panel with #4ca430 background
background-color: #4ca430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ca430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ca430; background: linear-gradient(135deg, #4ca430, #30A461);