#4ba239
a dark, vivid green · cool · closest name: forestgreen
RGB
75, 162, 57
HSL
110°, 48%, 43%
CMYK
54, 0, 65, 37
Luminance
0.2763
Every format
| HEX | #4ba239 |
| RGB | rgb(75, 162, 57) |
| HSL | hsl(110, 48%, 43%) |
| CMYK | cmyk(54%, 0%, 65%, 37%) |
| LAB | lab(59.5 -46.4 45.4) |
| LCH | lch(59.5 64.9 135.6) |
| OKLCH | oklch(0.636 0.165 140.4) |
Copy-ready code
/* CSS */
color: #4ba239;
background-color: #4ba239;
/* Tailwind (arbitrary) */
class="text-[#4ba239] bg-[#4ba239]"
/* SCSS */
$brand: #4ba239;
/* SwiftUI */
Color(red: 0.294, green: 0.635, blue: 0.224)
/* Android */
Color.parseColor("#4ba239")Accessibility — WCAG contrast
Aa
#4ba239 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba239 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.5%
Blue22.4%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow64.8%
Key (black)36.5%
Color previews
#4ba239 text on a black background
contrast 6.53:1
Card sample
#4ba239 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba239;
Background color
Panel with #4ba239 background
background-color: #4ba239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 162, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 162, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba239; background: linear-gradient(135deg, #4ba239, #39A26D);