#8eb1ac
a balanced, soft cyan · cool · closest name: silver
RGB
142, 177, 172
HSL
171°, 18%, 63%
CMYK
20, 0, 3, 31
Luminance
0.4017
Every format
| HEX | #8eb1ac |
| RGB | rgb(142, 177, 172) |
| HSL | hsl(171, 18%, 63%) |
| CMYK | cmyk(20%, 0%, 3%, 31%) |
| LAB | lab(69.6 -12.9 -1.4) |
| LCH | lch(69.6 12.9 186.1) |
| OKLCH | oklch(0.733 0.039 185.7) |
Copy-ready code
/* CSS */
color: #8eb1ac;
background-color: #8eb1ac;
/* Tailwind (arbitrary) */
class="text-[#8eb1ac] bg-[#8eb1ac]"
/* SCSS */
$brand: #8eb1ac;
/* SwiftUI */
Color(red: 0.557, green: 0.694, blue: 0.675)
/* Android */
Color.parseColor("#8eb1ac")Accessibility — WCAG contrast
Aa
#8eb1ac on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb1ac on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.4%
Blue67.5%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow2.8%
Key (black)30.6%
Color previews
#8eb1ac text on a black background
contrast 9.03:1
Card sample
#8eb1ac text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb1ac;
Background color
Panel with #8eb1ac background
background-color: #8eb1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 177, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 177, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb1ac; background: linear-gradient(135deg, #8eb1ac, #8E9FB1);