#8eabab
a balanced, muted cyan · cool · closest name: silver
RGB
142, 171, 171
HSL
180°, 15%, 61%
CMYK
17, 0, 0, 33
Luminance
0.3782
Every format
| HEX | #8eabab |
| RGB | rgb(142, 171, 171) |
| HSL | hsl(180, 15%, 61%) |
| CMYK | cmyk(17%, 0%, 0%, 33%) |
| LAB | lab(67.9 -9.9 -3.3) |
| LCH | lch(67.9 10.4 198.5) |
| OKLCH | oklch(0.719 0.032 196.5) |
Copy-ready code
/* CSS */
color: #8eabab;
background-color: #8eabab;
/* Tailwind (arbitrary) */
class="text-[#8eabab] bg-[#8eabab]"
/* SCSS */
$brand: #8eabab;
/* SwiftUI */
Color(red: 0.557, green: 0.671, blue: 0.671)
/* Android */
Color.parseColor("#8eabab")Accessibility — WCAG contrast
Aa
#8eabab on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eabab on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green67.1%
Blue67.1%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow0.0%
Key (black)32.9%
Color previews
#8eabab text on a black background
contrast 8.56:1
Card sample
#8eabab text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eabab;
Background color
Panel with #8eabab background
background-color: #8eabab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eabab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 171, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 171, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eabab; background: linear-gradient(135deg, #8eabab, #8E98AB);