#86a721
a dark, vivid green · cool · closest name: olivedrab
RGB
134, 167, 33
HSL
75°, 67%, 39%
CMYK
20, 0, 80, 35
Luminance
0.3282
Every format
| HEX | #86a721 |
| RGB | rgb(134, 167, 33) |
| HSL | hsl(75, 67%, 39%) |
| CMYK | cmyk(20%, 0%, 80%, 35%) |
| LAB | lab(64.0 -29.2 59.7) |
| LCH | lch(64.0 66.5 116.0) |
| OKLCH | oklch(0.680 0.156 123.2) |
Copy-ready code
/* CSS */
color: #86a721;
background-color: #86a721;
/* Tailwind (arbitrary) */
class="text-[#86a721] bg-[#86a721]"
/* SCSS */
$brand: #86a721;
/* SwiftUI */
Color(red: 0.525, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#86a721")Accessibility — WCAG contrast
Aa
#86a721 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86a721 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green65.5%
Blue12.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#86a721 text on a black background
contrast 7.56:1
Card sample
#86a721 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86a721;
Background color
Panel with #86a721 background
background-color: #86a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86a721; background: linear-gradient(135deg, #86a721, #2DA721);