#8fba0f
a dark, electric green · cool · closest name: olivedrab
RGB
143, 186, 15
HSL
75°, 85%, 39%
CMYK
23, 0, 92, 27
Luminance
0.4099
Every format
| HEX | #8fba0f |
| RGB | rgb(143, 186, 15) |
| HSL | hsl(75, 85%, 39%) |
| CMYK | cmyk(23%, 0%, 92%, 27%) |
| LAB | lab(70.2 -34.9 69.1) |
| LCH | lch(70.2 77.4 116.8) |
| OKLCH | oklch(0.731 0.180 124.8) |
Copy-ready code
/* CSS */
color: #8fba0f;
background-color: #8fba0f;
/* Tailwind (arbitrary) */
class="text-[#8fba0f] bg-[#8fba0f]"
/* SCSS */
$brand: #8fba0f;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.059)
/* Android */
Color.parseColor("#8fba0f")Accessibility — WCAG contrast
Aa
#8fba0f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fba0f on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue5.9%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow91.9%
Key (black)27.1%
Color previews
#8fba0f text on a black background
contrast 9.20:1
Card sample
#8fba0f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fba0f;
Background color
Panel with #8fba0f background
background-color: #8fba0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fba0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fba0f; background: linear-gradient(135deg, #8fba0f, #1DBA0F);