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