#8ab113
a dark, electric green · cool · closest name: olivedrab
RGB
138, 177, 19
HSL
75°, 81%, 38%
CMYK
22, 0, 89, 31
Luminance
0.3689
Every format
| HEX | #8ab113 |
| RGB | rgb(138, 177, 19) |
| HSL | hsl(75, 81%, 38%) |
| CMYK | cmyk(22%, 0%, 89%, 31%) |
| LAB | lab(67.2 -32.7 65.9) |
| LCH | lch(67.2 73.5 116.4) |
| OKLCH | oklch(0.706 0.171 124.2) |
Copy-ready code
/* CSS */
color: #8ab113;
background-color: #8ab113;
/* Tailwind (arbitrary) */
class="text-[#8ab113] bg-[#8ab113]"
/* SCSS */
$brand: #8ab113;
/* SwiftUI */
Color(red: 0.541, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#8ab113")Accessibility — WCAG contrast
Aa
#8ab113 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ab113 on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green69.4%
Blue7.5%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#8ab113 text on a black background
contrast 8.38:1
Card sample
#8ab113 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ab113;
Background color
Panel with #8ab113 background
background-color: #8ab113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ab113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ab113; background: linear-gradient(135deg, #8ab113, #21B113);