#8eb45f
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 180, 95
HSL
87°, 36%, 54%
CMYK
21, 0, 47, 29
Luminance
0.3922
Every format
| HEX | #8eb45f |
| RGB | rgb(142, 180, 95) |
| HSL | hsl(87, 36%, 54%) |
| CMYK | cmyk(21%, 0%, 47%, 29%) |
| LAB | lab(68.9 -27.3 39.0) |
| LCH | lch(68.9 47.6 125.0) |
| OKLCH | oklch(0.723 0.121 128.8) |
Copy-ready code
/* CSS */
color: #8eb45f;
background-color: #8eb45f;
/* Tailwind (arbitrary) */
class="text-[#8eb45f] bg-[#8eb45f]"
/* SCSS */
$brand: #8eb45f;
/* SwiftUI */
Color(red: 0.557, green: 0.706, blue: 0.373)
/* Android */
Color.parseColor("#8eb45f")Accessibility — WCAG contrast
Aa
#8eb45f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb45f on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.6%
Blue37.3%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow47.2%
Key (black)29.4%
Color previews
#8eb45f text on a black background
contrast 8.84:1
Card sample
#8eb45f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb45f;
Background color
Panel with #8eb45f background
background-color: #8eb45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 180, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 180, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb45f; background: linear-gradient(135deg, #8eb45f, #5FB469);