#8eb99c
a balanced, soft green · cool · closest name: silver
RGB
142, 185, 156
HSL
140°, 24%, 64%
CMYK
23, 0, 16, 28
Luminance
0.4285
Every format
| HEX | #8eb99c |
| RGB | rgb(142, 185, 156) |
| HSL | hsl(140, 24%, 64%) |
| CMYK | cmyk(23%, 0%, 16%, 28%) |
| LAB | lab(71.5 -20.3 10.1) |
| LCH | lch(71.5 22.6 153.5) |
| OKLCH | oklch(0.747 0.062 155.1) |
Copy-ready code
/* CSS */
color: #8eb99c;
background-color: #8eb99c;
/* Tailwind (arbitrary) */
class="text-[#8eb99c] bg-[#8eb99c]"
/* SCSS */
$brand: #8eb99c;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.612)
/* Android */
Color.parseColor("#8eb99c")Accessibility — WCAG contrast
Aa
#8eb99c on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb99c on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue61.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow15.7%
Key (black)27.5%
Color previews
#8eb99c text on a black background
contrast 9.57:1
Card sample
#8eb99c text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb99c;
Background color
Panel with #8eb99c background
background-color: #8eb99c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb99c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb99c; background: linear-gradient(135deg, #8eb99c, #8EB9B9);