#8eb548
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 181, 72
HSL
82°, 43%, 50%
CMYK
22, 0, 60, 29
Luminance
0.3927
Every format
| HEX | #8eb548 |
| RGB | rgb(142, 181, 72) |
| HSL | hsl(82, 43%, 50%) |
| CMYK | cmyk(22%, 0%, 60%, 29%) |
| LAB | lab(68.9 -30.1 50.1) |
| LCH | lch(68.9 58.4 121.0) |
| OKLCH | oklch(0.722 0.144 126.4) |
Copy-ready code
/* CSS */
color: #8eb548;
background-color: #8eb548;
/* Tailwind (arbitrary) */
class="text-[#8eb548] bg-[#8eb548]"
/* SCSS */
$brand: #8eb548;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.282)
/* Android */
Color.parseColor("#8eb548")Accessibility — WCAG contrast
Aa
#8eb548 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb548 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue28.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow60.2%
Key (black)29.0%
Color previews
#8eb548 text on a black background
contrast 8.85:1
Card sample
#8eb548 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb548;
Background color
Panel with #8eb548 background
background-color: #8eb548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb548; background: linear-gradient(135deg, #8eb548, #48B54B);