#86a521
a dark, vivid green · cool · closest name: olivedrab
RGB
134, 165, 33
HSL
74°, 67%, 39%
CMYK
19, 0, 80, 35
Luminance
0.3209
Every format
| HEX | #86a521 |
| RGB | rgb(134, 165, 33) |
| HSL | hsl(74, 67%, 39%) |
| CMYK | cmyk(19%, 0%, 80%, 35%) |
| LAB | lab(63.4 -28.2 59.2) |
| LCH | lch(63.4 65.6 115.5) |
| OKLCH | oklch(0.675 0.154 122.7) |
Copy-ready code
/* CSS */
color: #86a521;
background-color: #86a521;
/* Tailwind (arbitrary) */
class="text-[#86a521] bg-[#86a521]"
/* SCSS */
$brand: #86a521;
/* SwiftUI */
Color(red: 0.525, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#86a521")Accessibility — WCAG contrast
Aa
#86a521 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86a521 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green64.7%
Blue12.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#86a521 text on a black background
contrast 7.42:1
Card sample
#86a521 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86a521;
Background color
Panel with #86a521 background
background-color: #86a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86a521; background: linear-gradient(135deg, #86a521, #2EA521);