#4ba340
a dark, soft green · cool · closest name: forestgreen
RGB
75, 163, 64
HSL
113°, 44%, 45%
CMYK
54, 0, 61, 36
Luminance
0.2806
Every format
| HEX | #4ba340 |
| RGB | rgb(75, 163, 64) |
| HSL | hsl(113, 44%, 45%) |
| CMYK | cmyk(54%, 0%, 61%, 36%) |
| LAB | lab(59.9 -46.0 42.6) |
| LCH | lch(59.9 62.8 137.2) |
| OKLCH | oklch(0.639 0.161 141.5) |
Copy-ready code
/* CSS */
color: #4ba340;
background-color: #4ba340;
/* Tailwind (arbitrary) */
class="text-[#4ba340] bg-[#4ba340]"
/* SCSS */
$brand: #4ba340;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.251)
/* Android */
Color.parseColor("#4ba340")Accessibility — WCAG contrast
Aa
#4ba340 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba340 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue25.1%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow60.7%
Key (black)36.1%
Color previews
#4ba340 text on a black background
contrast 6.61:1
Card sample
#4ba340 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba340;
Background color
Panel with #4ba340 background
background-color: #4ba340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba340; background: linear-gradient(135deg, #4ba340, #40A377);