#8aac00
a dark, electric green · cool · closest name: olivedrab
RGB
138, 172, 0
HSL
72°, 100%, 34%
CMYK
20, 0, 100, 33
Luminance
0.3491
Every format
| HEX | #8aac00 |
| RGB | rgb(138, 172, 0) |
| HSL | hsl(72, 100%, 34%) |
| CMYK | cmyk(20%, 0%, 100%, 33%) |
| LAB | lab(65.7 -30.7 67.3) |
| LCH | lch(65.7 74.0 114.5) |
| OKLCH | oklch(0.694 0.170 122.7) |
Copy-ready code
/* CSS */
color: #8aac00;
background-color: #8aac00;
/* Tailwind (arbitrary) */
class="text-[#8aac00] bg-[#8aac00]"
/* SCSS */
$brand: #8aac00;
/* SwiftUI */
Color(red: 0.541, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#8aac00")Accessibility — WCAG contrast
Aa
#8aac00 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aac00 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green67.5%
Blue0.0%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#8aac00 text on a black background
contrast 7.98:1
Card sample
#8aac00 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aac00;
Background color
Panel with #8aac00 background
background-color: #8aac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aac00; background: linear-gradient(135deg, #8aac00, #17AC00);