#4ba331
a dark, vivid green · cool · closest name: forestgreen
RGB
75, 163, 49
HSL
106°, 54%, 42%
CMYK
54, 0, 70, 36
Luminance
0.2791
Every format
| HEX | #4ba331 |
| RGB | rgb(75, 163, 49) |
| HSL | hsl(106, 54%, 42%) |
| CMYK | cmyk(54%, 0%, 70%, 36%) |
| LAB | lab(59.8 -47.5 49.0) |
| LCH | lch(59.8 68.3 134.1) |
| OKLCH | oklch(0.638 0.172 139.4) |
Copy-ready code
/* CSS */
color: #4ba331;
background-color: #4ba331;
/* Tailwind (arbitrary) */
class="text-[#4ba331] bg-[#4ba331]"
/* SCSS */
$brand: #4ba331;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#4ba331")Accessibility — WCAG contrast
Aa
#4ba331 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba331 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue19.2%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#4ba331 text on a black background
contrast 6.58:1
Card sample
#4ba331 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba331;
Background color
Panel with #4ba331 background
background-color: #4ba331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba331; background: linear-gradient(135deg, #4ba331, #31A363);