#8eb3ac
a balanced, soft cyan · cool · closest name: silver
RGB
142, 179, 172
HSL
169°, 20%, 63%
CMYK
21, 0, 4, 30
Luminance
0.4097
Every format
| HEX | #8eb3ac |
| RGB | rgb(142, 179, 172) |
| HSL | hsl(169, 20%, 63%) |
| CMYK | cmyk(21%, 0%, 4%, 30%) |
| LAB | lab(70.2 -13.9 -0.5) |
| LCH | lch(70.2 13.9 182.2) |
| OKLCH | oklch(0.738 0.041 182.3) |
Copy-ready code
/* CSS */
color: #8eb3ac;
background-color: #8eb3ac;
/* Tailwind (arbitrary) */
class="text-[#8eb3ac] bg-[#8eb3ac]"
/* SCSS */
$brand: #8eb3ac;
/* SwiftUI */
Color(red: 0.557, green: 0.702, blue: 0.675)
/* Android */
Color.parseColor("#8eb3ac")Accessibility — WCAG contrast
Aa
#8eb3ac on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb3ac on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.2%
Blue67.5%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow3.9%
Key (black)29.8%
Color previews
#8eb3ac text on a black background
contrast 9.19:1
Card sample
#8eb3ac text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb3ac;
Background color
Panel with #8eb3ac background
background-color: #8eb3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 179, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 179, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb3ac; background: linear-gradient(135deg, #8eb3ac, #8EA1B3);