#4ba033
a dark, vivid green · cool · closest name: forestgreen
RGB
75, 160, 51
HSL
107°, 52%, 41%
CMYK
53, 0, 68, 37
Luminance
0.2688
Every format
| HEX | #4ba033 |
| RGB | rgb(75, 160, 51) |
| HSL | hsl(107, 52%, 41%) |
| CMYK | cmyk(53%, 0%, 68%, 37%) |
| LAB | lab(58.9 -46.2 47.2) |
| LCH | lch(58.9 66.0 134.4) |
| OKLCH | oklch(0.630 0.167 139.5) |
Copy-ready code
/* CSS */
color: #4ba033;
background-color: #4ba033;
/* Tailwind (arbitrary) */
class="text-[#4ba033] bg-[#4ba033]"
/* SCSS */
$brand: #4ba033;
/* SwiftUI */
Color(red: 0.294, green: 0.627, blue: 0.200)
/* Android */
Color.parseColor("#4ba033")Accessibility — WCAG contrast
Aa
#4ba033 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba033 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green62.7%
Blue20.0%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow68.1%
Key (black)37.3%
Color previews
#4ba033 text on a black background
contrast 6.38:1
Card sample
#4ba033 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba033;
Background color
Panel with #4ba033 background
background-color: #4ba033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 160, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 160, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba033; background: linear-gradient(135deg, #4ba033, #33A064);