#8dac00
a dark, electric green · cool · closest name: olivedrab
RGB
141, 172, 0
HSL
71°, 100%, 34%
CMYK
18, 0, 100, 33
Luminance
0.3517
Every format
| HEX | #8dac00 |
| RGB | rgb(141, 172, 0) |
| HSL | hsl(71, 100%, 34%) |
| CMYK | cmyk(18%, 0%, 100%, 33%) |
| LAB | lab(65.9 -29.4 67.5) |
| LCH | lch(65.9 73.7 113.6) |
| OKLCH | oklch(0.696 0.168 121.7) |
Copy-ready code
/* CSS */
color: #8dac00;
background-color: #8dac00;
/* Tailwind (arbitrary) */
class="text-[#8dac00] bg-[#8dac00]"
/* SCSS */
$brand: #8dac00;
/* SwiftUI */
Color(red: 0.553, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#8dac00")Accessibility — WCAG contrast
Aa
#8dac00 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dac00 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green67.5%
Blue0.0%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#8dac00 text on a black background
contrast 8.03:1
Card sample
#8dac00 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dac00;
Background color
Panel with #8dac00 background
background-color: #8dac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dac00; background: linear-gradient(135deg, #8dac00, #1AAC00);