#8ab607
a dark, electric green · cool · closest name: olivedrab
RGB
138, 182, 7
HSL
75°, 93%, 37%
CMYK
24, 0, 96, 29
Luminance
0.3887
Every format
| HEX | #8ab607 |
| RGB | rgb(138, 182, 7) |
| HSL | hsl(75, 93%, 37%) |
| CMYK | cmyk(24%, 0%, 96%, 29%) |
| LAB | lab(68.7 -35.2 68.7) |
| LCH | lch(68.7 77.2 117.1) |
| OKLCH | oklch(0.718 0.179 125.2) |
Copy-ready code
/* CSS */
color: #8ab607;
background-color: #8ab607;
/* Tailwind (arbitrary) */
class="text-[#8ab607] bg-[#8ab607]"
/* SCSS */
$brand: #8ab607;
/* SwiftUI */
Color(red: 0.541, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#8ab607")Accessibility — WCAG contrast
Aa
#8ab607 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ab607 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green71.4%
Blue2.7%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow96.2%
Key (black)28.6%
Color previews
#8ab607 text on a black background
contrast 8.77:1
Card sample
#8ab607 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ab607;
Background color
Panel with #8ab607 background
background-color: #8ab607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ab607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ab607; background: linear-gradient(135deg, #8ab607, #15B607);