#4cba13
a dark, electric green · cool · closest name: green
RGB
76, 186, 19
HSL
100°, 82%, 40%
CMYK
59, 0, 90, 27
Luminance
0.3670
Every format
| HEX | #4cba13 |
| RGB | rgb(76, 186, 19) |
| HSL | hsl(100, 82%, 40%) |
| CMYK | cmyk(59%, 0%, 90%, 27%) |
| LAB | lab(67.0 -57.4 64.6) |
| LCH | lch(67.0 86.4 131.6) |
| OKLCH | oklch(0.697 0.212 138.5) |
Copy-ready code
/* CSS */
color: #4cba13;
background-color: #4cba13;
/* Tailwind (arbitrary) */
class="text-[#4cba13] bg-[#4cba13]"
/* SCSS */
$brand: #4cba13;
/* SwiftUI */
Color(red: 0.298, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#4cba13")Accessibility — WCAG contrast
Aa
#4cba13 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cba13 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green72.9%
Blue7.5%
CMYK percentages
Cyan59.1%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#4cba13 text on a black background
contrast 8.34:1
Card sample
#4cba13 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cba13;
Background color
Panel with #4cba13 background
background-color: #4cba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cba13; background: linear-gradient(135deg, #4cba13, #13BA49);