#86b85f
a balanced, soft green · cool · closest name: olivedrab
RGB
134, 184, 95
HSL
94°, 39%, 55%
CMYK
27, 0, 48, 28
Luminance
0.4018
Every format
| HEX | #86b85f |
| RGB | rgb(134, 184, 95) |
| HSL | hsl(94, 39%, 55%) |
| CMYK | cmyk(27%, 0%, 48%, 28%) |
| LAB | lab(69.6 -32.2 39.8) |
| LCH | lch(69.6 51.2 129.0) |
| OKLCH | oklch(0.727 0.131 132.9) |
Copy-ready code
/* CSS */
color: #86b85f;
background-color: #86b85f;
/* Tailwind (arbitrary) */
class="text-[#86b85f] bg-[#86b85f]"
/* SCSS */
$brand: #86b85f;
/* SwiftUI */
Color(red: 0.525, green: 0.722, blue: 0.373)
/* Android */
Color.parseColor("#86b85f")Accessibility — WCAG contrast
Aa
#86b85f on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86b85f on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green72.2%
Blue37.3%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow48.4%
Key (black)27.8%
Color previews
#86b85f text on a black background
contrast 9.04:1
Card sample
#86b85f text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86b85f;
Background color
Panel with #86b85f background
background-color: #86b85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86b85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 184, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 184, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86b85f; background: linear-gradient(135deg, #86b85f, #5FB873);