#8eb197
a balanced, soft green · cool · closest name: silver
RGB
142, 177, 151
HSL
135°, 18%, 63%
CMYK
20, 0, 15, 31
Luminance
0.3943
Every format
| HEX | #8eb197 |
| RGB | rgb(142, 177, 151) |
| HSL | hsl(135, 18%, 63%) |
| CMYK | cmyk(20%, 0%, 15%, 31%) |
| LAB | lab(69.1 -17.1 9.4) |
| LCH | lch(69.1 19.6 151.2) |
| OKLCH | oklch(0.727 0.053 152.8) |
Copy-ready code
/* CSS */
color: #8eb197;
background-color: #8eb197;
/* Tailwind (arbitrary) */
class="text-[#8eb197] bg-[#8eb197]"
/* SCSS */
$brand: #8eb197;
/* SwiftUI */
Color(red: 0.557, green: 0.694, blue: 0.592)
/* Android */
Color.parseColor("#8eb197")Accessibility — WCAG contrast
Aa
#8eb197 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb197 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.4%
Blue59.2%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow14.7%
Key (black)30.6%
Color previews
#8eb197 text on a black background
contrast 8.89:1
Card sample
#8eb197 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb197;
Background color
Panel with #8eb197 background
background-color: #8eb197;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb197;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 177, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 177, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb197; background: linear-gradient(135deg, #8eb197, #8EB1AE);