#8fbd13
a dark, electric green · cool · closest name: olivedrab
RGB
143, 189, 19
HSL
76°, 82%, 41%
CMYK
24, 0, 90, 26
Luminance
0.4228
Every format
| HEX | #8fbd13 |
| RGB | rgb(143, 189, 19) |
| HSL | hsl(76, 82%, 41%) |
| CMYK | cmyk(24%, 0%, 90%, 26%) |
| LAB | lab(71.1 -36.2 69.2) |
| LCH | lch(71.1 78.1 117.6) |
| OKLCH | oklch(0.738 0.183 125.5) |
Copy-ready code
/* CSS */
color: #8fbd13;
background-color: #8fbd13;
/* Tailwind (arbitrary) */
class="text-[#8fbd13] bg-[#8fbd13]"
/* SCSS */
$brand: #8fbd13;
/* SwiftUI */
Color(red: 0.561, green: 0.741, blue: 0.075)
/* Android */
Color.parseColor("#8fbd13")Accessibility — WCAG contrast
Aa
#8fbd13 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbd13 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.1%
Blue7.5%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow89.9%
Key (black)25.9%
Color previews
#8fbd13 text on a black background
contrast 9.46:1
Card sample
#8fbd13 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbd13;
Background color
Panel with #8fbd13 background
background-color: #8fbd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 189, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 189, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbd13; background: linear-gradient(135deg, #8fbd13, #1EBD13);