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