#4ba913
a dark, electric green · cool · closest name: green
RGB
75, 169, 19
HSL
98°, 80%, 37%
CMYK
56, 0, 89, 34
Luminance
0.2992
Every format
| HEX | #4ba913 |
| RGB | rgb(75, 169, 19) |
| HSL | hsl(98, 80%, 37%) |
| CMYK | cmyk(56%, 0%, 89%, 34%) |
| LAB | lab(61.6 -51.6 59.9) |
| LCH | lch(61.6 79.0 130.7) |
| OKLCH | oklch(0.652 0.194 137.6) |
Copy-ready code
/* CSS */
color: #4ba913;
background-color: #4ba913;
/* Tailwind (arbitrary) */
class="text-[#4ba913] bg-[#4ba913]"
/* SCSS */
$brand: #4ba913;
/* SwiftUI */
Color(red: 0.294, green: 0.663, blue: 0.075)
/* Android */
Color.parseColor("#4ba913")Accessibility — WCAG contrast
Aa
#4ba913 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba913 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green66.3%
Blue7.5%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow88.8%
Key (black)33.7%
Color previews
#4ba913 text on a black background
contrast 6.98:1
Card sample
#4ba913 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba913;
Background color
Panel with #4ba913 background
background-color: #4ba913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 169, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 169, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba913; background: linear-gradient(135deg, #4ba913, #13A93F);