#4ba511
a dark, electric green · cool · closest name: green
RGB
75, 165, 17
HSL
97°, 81%, 36%
CMYK
55, 0, 90, 35
Luminance
0.2845
Every format
| HEX | #4ba511 |
| RGB | rgb(75, 165, 17) |
| HSL | hsl(97, 81%, 36%) |
| CMYK | cmyk(55%, 0%, 90%, 35%) |
| LAB | lab(60.3 -50.1 59.2) |
| LCH | lch(60.3 77.6 130.3) |
| OKLCH | oklch(0.641 0.190 137.3) |
Copy-ready code
/* CSS */
color: #4ba511;
background-color: #4ba511;
/* Tailwind (arbitrary) */
class="text-[#4ba511] bg-[#4ba511]"
/* SCSS */
$brand: #4ba511;
/* SwiftUI */
Color(red: 0.294, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#4ba511")Accessibility — WCAG contrast
Aa
#4ba511 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba511 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green64.7%
Blue6.7%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow89.7%
Key (black)35.3%
Color previews
#4ba511 text on a black background
contrast 6.69:1
Card sample
#4ba511 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba511;
Background color
Panel with #4ba511 background
background-color: #4ba511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba511; background: linear-gradient(135deg, #4ba511, #11A53A);