#8eb3ad
a balanced, soft cyan · cool · closest name: silver
RGB
142, 179, 173
HSL
170°, 20%, 63%
CMYK
21, 0, 3, 30
Luminance
0.4101
Every format
| HEX | #8eb3ad |
| RGB | rgb(142, 179, 173) |
| HSL | hsl(170, 20%, 63%) |
| CMYK | cmyk(21%, 0%, 3%, 30%) |
| LAB | lab(70.2 -13.7 -1.1) |
| LCH | lch(70.2 13.8 184.4) |
| OKLCH | oklch(0.738 0.041 184.2) |
Copy-ready code
/* CSS */
color: #8eb3ad;
background-color: #8eb3ad;
/* Tailwind (arbitrary) */
class="text-[#8eb3ad] bg-[#8eb3ad]"
/* SCSS */
$brand: #8eb3ad;
/* SwiftUI */
Color(red: 0.557, green: 0.702, blue: 0.678)
/* Android */
Color.parseColor("#8eb3ad")Accessibility — WCAG contrast
Aa
#8eb3ad on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb3ad on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.2%
Blue67.8%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow3.4%
Key (black)29.8%
Color previews
#8eb3ad text on a black background
contrast 9.20:1
Card sample
#8eb3ad text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb3ad;
Background color
Panel with #8eb3ad background
background-color: #8eb3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 179, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 179, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb3ad; background: linear-gradient(135deg, #8eb3ad, #8EA0B3);