#86a921
a dark, vivid green · cool · closest name: olivedrab
RGB
134, 169, 33
HSL
75°, 67%, 40%
CMYK
21, 0, 81, 34
Luminance
0.3355
Every format
| HEX | #86a921 |
| RGB | rgb(134, 169, 33) |
| HSL | hsl(75, 67%, 40%) |
| CMYK | cmyk(21%, 0%, 81%, 34%) |
| LAB | lab(64.6 -30.1 60.3) |
| LCH | lch(64.6 67.4 116.6) |
| OKLCH | oklch(0.685 0.159 123.8) |
Copy-ready code
/* CSS */
color: #86a921;
background-color: #86a921;
/* Tailwind (arbitrary) */
class="text-[#86a921] bg-[#86a921]"
/* SCSS */
$brand: #86a921;
/* SwiftUI */
Color(red: 0.525, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#86a921")Accessibility — WCAG contrast
Aa
#86a921 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86a921 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green66.3%
Blue12.9%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow80.5%
Key (black)33.7%
Color previews
#86a921 text on a black background
contrast 7.71:1
Card sample
#86a921 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86a921;
Background color
Panel with #86a921 background
background-color: #86a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86a921; background: linear-gradient(135deg, #86a921, #2BA921);