#8ea2ab
a balanced, muted cyan · cool · closest name: gray
RGB
142, 162, 171
HSL
199°, 15%, 61%
CMYK
17, 5, 0, 33
Luminance
0.3453
Every format
| HEX | #8ea2ab |
| RGB | rgb(142, 162, 171) |
| HSL | hsl(199, 15%, 61%) |
| CMYK | cmyk(17%, 5%, 0%, 33%) |
| LAB | lab(65.4 -5.0 -7.0) |
| LCH | lch(65.4 8.7 234.3) |
| OKLCH | oklch(0.700 0.026 226.7) |
Copy-ready code
/* CSS */
color: #8ea2ab;
background-color: #8ea2ab;
/* Tailwind (arbitrary) */
class="text-[#8ea2ab] bg-[#8ea2ab]"
/* SCSS */
$brand: #8ea2ab;
/* SwiftUI */
Color(red: 0.557, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#8ea2ab")Accessibility — WCAG contrast
Aa
#8ea2ab on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ea2ab on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green63.5%
Blue67.1%
CMYK percentages
Cyan17.0%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#8ea2ab text on a black background
contrast 7.91:1
Card sample
#8ea2ab text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ea2ab;
Background color
Panel with #8ea2ab background
background-color: #8ea2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ea2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ea2ab; background: linear-gradient(135deg, #8ea2ab, #8E8FAB);