#4ba151
a balanced, soft green · cool · closest name: forestgreen
RGB
75, 161, 81
HSL
124°, 36%, 46%
CMYK
53, 0, 50, 37
Luminance
0.2758
Every format
| HEX | #4ba151 |
| RGB | rgb(75, 161, 81) |
| HSL | hsl(124, 36%, 46%) |
| CMYK | cmyk(53%, 0%, 50%, 37%) |
| LAB | lab(59.5 -43.0 33.8) |
| LCH | lch(59.5 54.7 141.9) |
| OKLCH | oklch(0.636 0.143 145.0) |
Copy-ready code
/* CSS */
color: #4ba151;
background-color: #4ba151;
/* Tailwind (arbitrary) */
class="text-[#4ba151] bg-[#4ba151]"
/* SCSS */
$brand: #4ba151;
/* SwiftUI */
Color(red: 0.294, green: 0.631, blue: 0.318)
/* Android */
Color.parseColor("#4ba151")Accessibility — WCAG contrast
Aa
#4ba151 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba151 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.1%
Blue31.8%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow49.7%
Key (black)36.9%
Color previews
#4ba151 text on a black background
contrast 6.52:1
Card sample
#4ba151 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba151;
Background color
Panel with #4ba151 background
background-color: #4ba151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 161, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 161, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba151; background: linear-gradient(135deg, #4ba151, #4BA18A);