#4c8500
a dark, electric green · cool · closest name: olivedrab
RGB
76, 133, 0
HSL
86°, 100%, 26%
CMYK
43, 0, 100, 48
Luminance
0.1831
Every format
| HEX | #4c8500 |
| RGB | rgb(76, 133, 0) |
| HSL | hsl(86, 100%, 26%) |
| CMYK | cmyk(43%, 0%, 100%, 48%) |
| LAB | lab(49.9 -37.6 53.6) |
| LCH | lch(49.9 65.5 125.0) |
| OKLCH | oklch(0.555 0.157 132.9) |
Copy-ready code
/* CSS */
color: #4c8500;
background-color: #4c8500;
/* Tailwind (arbitrary) */
class="text-[#4c8500] bg-[#4c8500]"
/* SCSS */
$brand: #4c8500;
/* SwiftUI */
Color(red: 0.298, green: 0.522, blue: 0.000)
/* Android */
Color.parseColor("#4c8500")Accessibility — WCAG contrast
Aa
#4c8500 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4c8500 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green52.2%
Blue0.0%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow100.0%
Key (black)47.8%
Color previews
#4c8500 text on a black background
contrast 4.66:1
Card sample
#4c8500 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c8500;
Background color
Panel with #4c8500 background
background-color: #4c8500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c8500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 133, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 133, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c8500; background: linear-gradient(135deg, #4c8500, #00850D);