#8eb347
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 179, 71
HSL
81°, 43%, 49%
CMYK
21, 0, 60, 30
Luminance
0.3845
Every format
| HEX | #8eb347 |
| RGB | rgb(142, 179, 71) |
| HSL | hsl(81, 43%, 49%) |
| CMYK | cmyk(21%, 0%, 60%, 30%) |
| LAB | lab(68.3 -29.3 49.9) |
| LCH | lch(68.3 57.8 120.4) |
| OKLCH | oklch(0.717 0.142 125.8) |
Copy-ready code
/* CSS */
color: #8eb347;
background-color: #8eb347;
/* Tailwind (arbitrary) */
class="text-[#8eb347] bg-[#8eb347]"
/* SCSS */
$brand: #8eb347;
/* SwiftUI */
Color(red: 0.557, green: 0.702, blue: 0.278)
/* Android */
Color.parseColor("#8eb347")Accessibility — WCAG contrast
Aa
#8eb347 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb347 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.2%
Blue27.8%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow60.3%
Key (black)29.8%
Color previews
#8eb347 text on a black background
contrast 8.69:1
Card sample
#8eb347 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb347;
Background color
Panel with #8eb347 background
background-color: #8eb347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 179, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 179, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb347; background: linear-gradient(135deg, #8eb347, #47B348);