#8ebd73
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 189, 115
HSL
98°, 36%, 60%
CMYK
25, 0, 39, 26
Luminance
0.4338
Every format
| HEX | #8ebd73 |
| RGB | rgb(142, 189, 115) |
| HSL | hsl(98, 36%, 60%) |
| CMYK | cmyk(25%, 0%, 39%, 26%) |
| LAB | lab(71.8 -29.1 32.5) |
| LCH | lch(71.8 43.6 131.8) |
| OKLCH | oklch(0.747 0.113 134.8) |
Copy-ready code
/* CSS */
color: #8ebd73;
background-color: #8ebd73;
/* Tailwind (arbitrary) */
class="text-[#8ebd73] bg-[#8ebd73]"
/* SCSS */
$brand: #8ebd73;
/* SwiftUI */
Color(red: 0.557, green: 0.741, blue: 0.451)
/* Android */
Color.parseColor("#8ebd73")Accessibility — WCAG contrast
Aa
#8ebd73 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebd73 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.1%
Blue45.1%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow39.2%
Key (black)25.9%
Color previews
#8ebd73 text on a black background
contrast 9.68:1
Card sample
#8ebd73 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebd73;
Background color
Panel with #8ebd73 background
background-color: #8ebd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 189, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 189, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebd73; background: linear-gradient(135deg, #8ebd73, #73BD89);