#86cf5d
a balanced, vivid green · cool · closest name: olivedrab
RGB
134, 207, 93
HSL
98°, 54%, 59%
CMYK
35, 0, 55, 19
Luminance
0.5048
Every format
| HEX | #86cf5d |
| RGB | rgb(134, 207, 93) |
| HSL | hsl(98, 54%, 59%) |
| CMYK | cmyk(35%, 0%, 55%, 19%) |
| LAB | lab(76.4 -42.8 48.9) |
| LCH | lch(76.4 65.0 131.2) |
| OKLCH | oklch(0.782 0.165 135.6) |
Copy-ready code
/* CSS */
color: #86cf5d;
background-color: #86cf5d;
/* Tailwind (arbitrary) */
class="text-[#86cf5d] bg-[#86cf5d]"
/* SCSS */
$brand: #86cf5d;
/* SwiftUI */
Color(red: 0.525, green: 0.812, blue: 0.365)
/* Android */
Color.parseColor("#86cf5d")Accessibility — WCAG contrast
Aa
#86cf5d on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cf5d on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green81.2%
Blue36.5%
CMYK percentages
Cyan35.3%
Magenta0.0%
Yellow55.1%
Key (black)18.8%
Color previews
#86cf5d text on a black background
contrast 11.10:1
Card sample
#86cf5d text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cf5d;
Background color
Panel with #86cf5d background
background-color: #86cf5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cf5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 207, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 207, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cf5d; background: linear-gradient(135deg, #86cf5d, #5DCF80);