#86a821
a dark, vivid green · cool · closest name: olivedrab
RGB
134, 168, 33
HSL
75°, 67%, 39%
CMYK
20, 0, 80, 34
Luminance
0.3318
Every format
| HEX | #86a821 |
| RGB | rgb(134, 168, 33) |
| HSL | hsl(75, 67%, 39%) |
| CMYK | cmyk(20%, 0%, 80%, 34%) |
| LAB | lab(64.3 -29.6 60.0) |
| LCH | lch(64.3 66.9 116.3) |
| OKLCH | oklch(0.682 0.158 123.5) |
Copy-ready code
/* CSS */
color: #86a821;
background-color: #86a821;
/* Tailwind (arbitrary) */
class="text-[#86a821] bg-[#86a821]"
/* SCSS */
$brand: #86a821;
/* SwiftUI */
Color(red: 0.525, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#86a821")Accessibility — WCAG contrast
Aa
#86a821 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86a821 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green65.9%
Blue12.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#86a821 text on a black background
contrast 7.64:1
Card sample
#86a821 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86a821;
Background color
Panel with #86a821 background
background-color: #86a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86a821; background: linear-gradient(135deg, #86a821, #2CA821);