#8eaf13
a dark, electric green · cool · closest name: olivedrab
RGB
142, 175, 19
HSL
73°, 80%, 38%
CMYK
19, 0, 89, 31
Luminance
0.3646
Every format
| HEX | #8eaf13 |
| RGB | rgb(142, 175, 19) |
| HSL | hsl(73, 80%, 38%) |
| CMYK | cmyk(19%, 0%, 89%, 31%) |
| LAB | lab(66.9 -30.1 65.7) |
| LCH | lch(66.9 72.3 114.6) |
| OKLCH | oklch(0.704 0.167 122.4) |
Copy-ready code
/* CSS */
color: #8eaf13;
background-color: #8eaf13;
/* Tailwind (arbitrary) */
class="text-[#8eaf13] bg-[#8eaf13]"
/* SCSS */
$brand: #8eaf13;
/* SwiftUI */
Color(red: 0.557, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#8eaf13")Accessibility — WCAG contrast
Aa
#8eaf13 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eaf13 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green68.6%
Blue7.5%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow89.1%
Key (black)31.4%
Color previews
#8eaf13 text on a black background
contrast 8.29:1
Card sample
#8eaf13 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eaf13;
Background color
Panel with #8eaf13 background
background-color: #8eaf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eaf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eaf13; background: linear-gradient(135deg, #8eaf13, #26AF13);