#8cbf13
a dark, electric green · cool · closest name: olivedrab
RGB
140, 191, 19
HSL
78°, 82%, 41%
CMYK
27, 0, 90, 25
Luminance
0.4288
Every format
| HEX | #8cbf13 |
| RGB | rgb(140, 191, 19) |
| HSL | hsl(78, 82%, 41%) |
| CMYK | cmyk(27%, 0%, 90%, 25%) |
| LAB | lab(71.5 -38.3 69.4) |
| LCH | lch(71.5 79.3 118.9) |
| OKLCH | oklch(0.741 0.186 126.7) |
Copy-ready code
/* CSS */
color: #8cbf13;
background-color: #8cbf13;
/* Tailwind (arbitrary) */
class="text-[#8cbf13] bg-[#8cbf13]"
/* SCSS */
$brand: #8cbf13;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#8cbf13")Accessibility — WCAG contrast
Aa
#8cbf13 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbf13 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue7.5%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#8cbf13 text on a black background
contrast 9.58:1
Card sample
#8cbf13 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbf13;
Background color
Panel with #8cbf13 background
background-color: #8cbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbf13; background: linear-gradient(135deg, #8cbf13, #19BF13);