#8eb4ae
a balanced, soft cyan · cool · closest name: silver
RGB
142, 180, 174
HSL
171°, 20%, 63%
CMYK
21, 0, 3, 29
Luminance
0.4145
Every format
| HEX | #8eb4ae |
| RGB | rgb(142, 180, 174) |
| HSL | hsl(171, 20%, 63%) |
| CMYK | cmyk(21%, 0%, 3%, 29%) |
| LAB | lab(70.5 -14.0 -1.1) |
| LCH | lch(70.5 14.1 184.7) |
| OKLCH | oklch(0.740 0.042 184.5) |
Copy-ready code
/* CSS */
color: #8eb4ae;
background-color: #8eb4ae;
/* Tailwind (arbitrary) */
class="text-[#8eb4ae] bg-[#8eb4ae]"
/* SCSS */
$brand: #8eb4ae;
/* SwiftUI */
Color(red: 0.557, green: 0.706, blue: 0.682)
/* Android */
Color.parseColor("#8eb4ae")Accessibility — WCAG contrast
Aa
#8eb4ae on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb4ae on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.6%
Blue68.2%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow3.3%
Key (black)29.4%
Color previews
#8eb4ae text on a black background
contrast 9.29:1
Card sample
#8eb4ae text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb4ae;
Background color
Panel with #8eb4ae background
background-color: #8eb4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 180, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 180, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb4ae; background: linear-gradient(135deg, #8eb4ae, #8EA1B4);