#86b913
a dark, electric green · cool · closest name: olivedrab
RGB
134, 185, 19
HSL
78°, 81%, 40%
CMYK
28, 0, 90, 28
Luminance
0.3981
Every format
| HEX | #86b913 |
| RGB | rgb(134, 185, 19) |
| HSL | hsl(78, 81%, 40%) |
| CMYK | cmyk(28%, 0%, 90%, 28%) |
| LAB | lab(69.3 -37.9 67.5) |
| LCH | lch(69.3 77.5 119.3) |
| OKLCH | oklch(0.723 0.182 127.2) |
Copy-ready code
/* CSS */
color: #86b913;
background-color: #86b913;
/* Tailwind (arbitrary) */
class="text-[#86b913] bg-[#86b913]"
/* SCSS */
$brand: #86b913;
/* SwiftUI */
Color(red: 0.525, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#86b913")Accessibility — WCAG contrast
Aa
#86b913 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86b913 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green72.5%
Blue7.5%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow89.7%
Key (black)27.5%
Color previews
#86b913 text on a black background
contrast 8.96:1
Card sample
#86b913 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86b913;
Background color
Panel with #86b913 background
background-color: #86b913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86b913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86b913; background: linear-gradient(135deg, #86b913, #17B913);