#8eb49c
a balanced, soft green · cool · closest name: silver
RGB
142, 180, 156
HSL
142°, 20%, 63%
CMYK
21, 0, 13, 29
Luminance
0.4079
Every format
| HEX | #8eb49c |
| RGB | rgb(142, 180, 156) |
| HSL | hsl(142, 20%, 63%) |
| CMYK | cmyk(21%, 0%, 13%, 29%) |
| LAB | lab(70.0 -17.7 8.1) |
| LCH | lch(70.0 19.5 155.5) |
| OKLCH | oklch(0.735 0.054 157.1) |
Copy-ready code
/* CSS */
color: #8eb49c;
background-color: #8eb49c;
/* Tailwind (arbitrary) */
class="text-[#8eb49c] bg-[#8eb49c]"
/* SCSS */
$brand: #8eb49c;
/* SwiftUI */
Color(red: 0.557, green: 0.706, blue: 0.612)
/* Android */
Color.parseColor("#8eb49c")Accessibility — WCAG contrast
Aa
#8eb49c on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb49c on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.6%
Blue61.2%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow13.3%
Key (black)29.4%
Color previews
#8eb49c text on a black background
contrast 9.16:1
Card sample
#8eb49c text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb49c;
Background color
Panel with #8eb49c background
background-color: #8eb49c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb49c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 180, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 180, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb49c; background: linear-gradient(135deg, #8eb49c, #8EB3B4);