#8ea59b
a balanced, muted green · cool · closest name: silver
RGB
142, 165, 155
HSL
154°, 11%, 60%
CMYK
14, 0, 6, 35
Luminance
0.3503
Every format
| HEX | #8ea59b |
| RGB | rgb(142, 165, 155) |
| HSL | hsl(154, 11%, 60%) |
| CMYK | cmyk(14%, 0%, 6%, 35%) |
| LAB | lab(65.8 -10.1 2.5) |
| LCH | lch(65.8 10.3 166.1) |
| OKLCH | oklch(0.701 0.029 167.4) |
Copy-ready code
/* CSS */
color: #8ea59b;
background-color: #8ea59b;
/* Tailwind (arbitrary) */
class="text-[#8ea59b] bg-[#8ea59b]"
/* SCSS */
$brand: #8ea59b;
/* SwiftUI */
Color(red: 0.557, green: 0.647, blue: 0.608)
/* Android */
Color.parseColor("#8ea59b")Accessibility — WCAG contrast
Aa
#8ea59b on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ea59b on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green64.7%
Blue60.8%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow6.1%
Key (black)35.3%
Color previews
#8ea59b text on a black background
contrast 8.01:1
Card sample
#8ea59b text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ea59b;
Background color
Panel with #8ea59b background
background-color: #8ea59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ea59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 165, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 165, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ea59b; background: linear-gradient(135deg, #8ea59b, #8EA0A5);