#8fbc13
a dark, electric green · cool · closest name: olivedrab
RGB
143, 188, 19
HSL
76°, 82%, 41%
CMYK
24, 0, 90, 26
Luminance
0.4185
Every format
| HEX | #8fbc13 |
| RGB | rgb(143, 188, 19) |
| HSL | hsl(76, 82%, 41%) |
| CMYK | cmyk(24%, 0%, 90%, 26%) |
| LAB | lab(70.8 -35.8 68.9) |
| LCH | lch(70.8 77.7 117.4) |
| OKLCH | oklch(0.736 0.181 125.3) |
Copy-ready code
/* CSS */
color: #8fbc13;
background-color: #8fbc13;
/* Tailwind (arbitrary) */
class="text-[#8fbc13] bg-[#8fbc13]"
/* SCSS */
$brand: #8fbc13;
/* SwiftUI */
Color(red: 0.561, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#8fbc13")Accessibility — WCAG contrast
Aa
#8fbc13 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbc13 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green73.7%
Blue7.5%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow89.9%
Key (black)26.3%
Color previews
#8fbc13 text on a black background
contrast 9.37:1
Card sample
#8fbc13 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbc13;
Background color
Panel with #8fbc13 background
background-color: #8fbc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbc13; background: linear-gradient(135deg, #8fbc13, #1EBC13);