#8eb856
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 184, 86
HSL
86°, 41%, 53%
CMYK
23, 0, 53, 28
Luminance
0.4070
Every format
| HEX | #8eb856 |
| RGB | rgb(142, 184, 86) |
| HSL | hsl(86, 41%, 53%) |
| CMYK | cmyk(23%, 0%, 53%, 28%) |
| LAB | lab(70.0 -30.2 44.7) |
| LCH | lch(70.0 54.0 124.0) |
| OKLCH | oklch(0.731 0.136 128.6) |
Copy-ready code
/* CSS */
color: #8eb856;
background-color: #8eb856;
/* Tailwind (arbitrary) */
class="text-[#8eb856] bg-[#8eb856]"
/* SCSS */
$brand: #8eb856;
/* SwiftUI */
Color(red: 0.557, green: 0.722, blue: 0.337)
/* Android */
Color.parseColor("#8eb856")Accessibility — WCAG contrast
Aa
#8eb856 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb856 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.2%
Blue33.7%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow53.3%
Key (black)27.8%
Color previews
#8eb856 text on a black background
contrast 9.14:1
Card sample
#8eb856 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb856;
Background color
Panel with #8eb856 background
background-color: #8eb856;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb856;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 184, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 184, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb856; background: linear-gradient(135deg, #8eb856, #56B85F);