#4ba34b
a balanced, soft green · cool · closest name: forestgreen
RGB
75, 163, 75
HSL
120°, 37%, 47%
CMYK
54, 0, 54, 36
Luminance
0.2820
Every format
| HEX | #4ba34b |
| RGB | rgb(75, 163, 75) |
| HSL | hsl(120, 37%, 47%) |
| CMYK | cmyk(54%, 0%, 54%, 36%) |
| LAB | lab(60.1 -44.7 37.5) |
| LCH | lch(60.1 58.3 140.0) |
| OKLCH | oklch(0.641 0.151 143.6) |
Copy-ready code
/* CSS */
color: #4ba34b;
background-color: #4ba34b;
/* Tailwind (arbitrary) */
class="text-[#4ba34b] bg-[#4ba34b]"
/* SCSS */
$brand: #4ba34b;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.294)
/* Android */
Color.parseColor("#4ba34b")Accessibility — WCAG contrast
Aa
#4ba34b on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba34b on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue29.4%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow54.0%
Key (black)36.1%
Color previews
#4ba34b text on a black background
contrast 6.64:1
Card sample
#4ba34b text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba34b;
Background color
Panel with #4ba34b background
background-color: #4ba34b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba34b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba34b; background: linear-gradient(135deg, #4ba34b, #4BA386);