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