#4ba40f
a dark, electric green · cool · closest name: green
RGB
75, 164, 15
HSL
96°, 83%, 35%
CMYK
54, 0, 91, 36
Luminance
0.2808
Every format
| HEX | #4ba40f |
| RGB | rgb(75, 164, 15) |
| HSL | hsl(96, 83%, 35%) |
| CMYK | cmyk(54%, 0%, 91%, 36%) |
| LAB | lab(60.0 -49.8 59.3) |
| LCH | lch(60.0 77.5 130.1) |
| OKLCH | oklch(0.638 0.189 137.1) |
Copy-ready code
/* CSS */
color: #4ba40f;
background-color: #4ba40f;
/* Tailwind (arbitrary) */
class="text-[#4ba40f] bg-[#4ba40f]"
/* SCSS */
$brand: #4ba40f;
/* SwiftUI */
Color(red: 0.294, green: 0.643, blue: 0.059)
/* Android */
Color.parseColor("#4ba40f")Accessibility — WCAG contrast
Aa
#4ba40f on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4ba40f on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green64.3%
Blue5.9%
CMYK percentages
Cyan54.3%
Magenta0.0%
Yellow90.9%
Key (black)35.7%
Color previews
#4ba40f text on a black background
contrast 6.62:1
Card sample
#4ba40f text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba40f;
Background color
Panel with #4ba40f background
background-color: #4ba40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 164, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 164, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba40f; background: linear-gradient(135deg, #4ba40f, #0FA436);