#86ab39
a dark, vivid green · cool · closest name: olivedrab
RGB
134, 171, 57
HSL
80°, 50%, 45%
CMYK
22, 0, 67, 33
Luminance
0.3449
Every format
| HEX | #86ab39 |
| RGB | rgb(134, 171, 57) |
| HSL | hsl(80, 50%, 45%) |
| CMYK | cmyk(22%, 0%, 67%, 33%) |
| LAB | lab(65.3 -29.7 52.5) |
| LCH | lch(65.3 60.3 119.5) |
| OKLCH | oklch(0.691 0.147 125.5) |
Copy-ready code
/* CSS */
color: #86ab39;
background-color: #86ab39;
/* Tailwind (arbitrary) */
class="text-[#86ab39] bg-[#86ab39]"
/* SCSS */
$brand: #86ab39;
/* SwiftUI */
Color(red: 0.525, green: 0.671, blue: 0.224)
/* Android */
Color.parseColor("#86ab39")Accessibility — WCAG contrast
Aa
#86ab39 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86ab39 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green67.1%
Blue22.4%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow66.7%
Key (black)32.9%
Color previews
#86ab39 text on a black background
contrast 7.90:1
Card sample
#86ab39 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86ab39;
Background color
Panel with #86ab39 background
background-color: #86ab39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86ab39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 171, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 171, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86ab39; background: linear-gradient(135deg, #86ab39, #3AAB39);