#8cb813
a dark, electric green · cool · closest name: olivedrab
RGB
140, 184, 19
HSL
76°, 81%, 40%
CMYK
24, 0, 90, 28
Luminance
0.3990
Every format
| HEX | #8cb813 |
| RGB | rgb(140, 184, 19) |
| HSL | hsl(76, 81%, 40%) |
| CMYK | cmyk(24%, 0%, 90%, 28%) |
| LAB | lab(69.4 -35.1 67.7) |
| LCH | lch(69.4 76.3 117.4) |
| OKLCH | oklch(0.724 0.178 125.3) |
Copy-ready code
/* CSS */
color: #8cb813;
background-color: #8cb813;
/* Tailwind (arbitrary) */
class="text-[#8cb813] bg-[#8cb813]"
/* SCSS */
$brand: #8cb813;
/* SwiftUI */
Color(red: 0.549, green: 0.722, blue: 0.075)
/* Android */
Color.parseColor("#8cb813")Accessibility — WCAG contrast
Aa
#8cb813 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cb813 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.2%
Blue7.5%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow89.7%
Key (black)27.8%
Color previews
#8cb813 text on a black background
contrast 8.98:1
Card sample
#8cb813 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cb813;
Background color
Panel with #8cb813 background
background-color: #8cb813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cb813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 184, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 184, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cb813; background: linear-gradient(135deg, #8cb813, #1EB813);