#8ab310
a dark, electric green · cool · closest name: olivedrab
RGB
138, 179, 16
HSL
75°, 84%, 38%
CMYK
23, 0, 91, 30
Luminance
0.3768
Every format
| HEX | #8ab310 |
| RGB | rgb(138, 179, 16) |
| HSL | hsl(75, 84%, 38%) |
| CMYK | cmyk(23%, 0%, 91%, 30%) |
| LAB | lab(67.8 -33.7 66.9) |
| LCH | lch(67.8 74.9 116.7) |
| OKLCH | oklch(0.711 0.174 124.6) |
Copy-ready code
/* CSS */
color: #8ab310;
background-color: #8ab310;
/* Tailwind (arbitrary) */
class="text-[#8ab310] bg-[#8ab310]"
/* SCSS */
$brand: #8ab310;
/* SwiftUI */
Color(red: 0.541, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#8ab310")Accessibility — WCAG contrast
Aa
#8ab310 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ab310 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green70.2%
Blue6.3%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#8ab310 text on a black background
contrast 8.54:1
Card sample
#8ab310 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ab310;
Background color
Panel with #8ab310 background
background-color: #8ab310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ab310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ab310; background: linear-gradient(135deg, #8ab310, #1DB310);