#8eb9a9
a balanced, soft green · cool · closest name: silver
RGB
142, 185, 169
HSL
158°, 24%, 64%
CMYK
23, 0, 9, 28
Luminance
0.4331
Every format
| HEX | #8eb9a9 |
| RGB | rgb(142, 185, 169) |
| HSL | hsl(158, 24%, 64%) |
| CMYK | cmyk(23%, 0%, 9%, 28%) |
| LAB | lab(71.8 -17.7 3.5) |
| LCH | lch(71.8 18.0 169.0) |
| OKLCH | oklch(0.750 0.051 170.1) |
Copy-ready code
/* CSS */
color: #8eb9a9;
background-color: #8eb9a9;
/* Tailwind (arbitrary) */
class="text-[#8eb9a9] bg-[#8eb9a9]"
/* SCSS */
$brand: #8eb9a9;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.663)
/* Android */
Color.parseColor("#8eb9a9")Accessibility — WCAG contrast
Aa
#8eb9a9 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb9a9 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue66.3%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow8.6%
Key (black)27.5%
Color previews
#8eb9a9 text on a black background
contrast 9.66:1
Card sample
#8eb9a9 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb9a9;
Background color
Panel with #8eb9a9 background
background-color: #8eb9a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb9a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb9a9; background: linear-gradient(135deg, #8eb9a9, #8EACB9);