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