#8eb191
a balanced, soft green · cool · closest name: silver
RGB
142, 177, 145
HSL
125°, 18%, 63%
CMYK
20, 0, 18, 31
Luminance
0.3924
Every format
| HEX | #8eb191 |
| RGB | rgb(142, 177, 145) |
| HSL | hsl(125, 18%, 63%) |
| CMYK | cmyk(20%, 0%, 18%, 31%) |
| LAB | lab(68.9 -18.3 12.5) |
| LCH | lch(68.9 22.1 145.5) |
| OKLCH | oklch(0.726 0.060 147.2) |
Copy-ready code
/* CSS */
color: #8eb191;
background-color: #8eb191;
/* Tailwind (arbitrary) */
class="text-[#8eb191] bg-[#8eb191]"
/* SCSS */
$brand: #8eb191;
/* SwiftUI */
Color(red: 0.557, green: 0.694, blue: 0.569)
/* Android */
Color.parseColor("#8eb191")Accessibility — WCAG contrast
Aa
#8eb191 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb191 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.4%
Blue56.9%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow18.1%
Key (black)30.6%
Color previews
#8eb191 text on a black background
contrast 8.85:1
Card sample
#8eb191 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb191;
Background color
Panel with #8eb191 background
background-color: #8eb191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 177, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 177, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb191; background: linear-gradient(135deg, #8eb191, #8EB1A8);