#8eaa55
a balanced, soft green · cool · closest name: olivedrab
RGB
142, 170, 85
HSL
80°, 33%, 50%
CMYK
17, 0, 50, 33
Luminance
0.3516
Every format
| HEX | #8eaa55 |
| RGB | rgb(142, 170, 85) |
| HSL | hsl(80, 33%, 50%) |
| CMYK | cmyk(17%, 0%, 50%, 33%) |
| LAB | lab(65.9 -23.5 40.3) |
| LCH | lch(65.9 46.7 120.2) |
| OKLCH | oklch(0.698 0.117 124.4) |
Copy-ready code
/* CSS */
color: #8eaa55;
background-color: #8eaa55;
/* Tailwind (arbitrary) */
class="text-[#8eaa55] bg-[#8eaa55]"
/* SCSS */
$brand: #8eaa55;
/* SwiftUI */
Color(red: 0.557, green: 0.667, blue: 0.333)
/* Android */
Color.parseColor("#8eaa55")Accessibility — WCAG contrast
Aa
#8eaa55 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eaa55 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green66.7%
Blue33.3%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow50.0%
Key (black)33.3%
Color previews
#8eaa55 text on a black background
contrast 8.03:1
Card sample
#8eaa55 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eaa55;
Background color
Panel with #8eaa55 background
background-color: #8eaa55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eaa55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 170, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 170, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eaa55; background: linear-gradient(135deg, #8eaa55, #55AA55);