#8eb9b7
a balanced, soft cyan · cool · closest name: silver
RGB
142, 185, 183
HSL
177°, 24%, 64%
CMYK
23, 0, 1, 28
Luminance
0.4387
Every format
| HEX | #8eb9b7 |
| RGB | rgb(142, 185, 183) |
| HSL | hsl(177, 24%, 64%) |
| CMYK | cmyk(23%, 0%, 1%, 28%) |
| LAB | lab(72.1 -14.7 -3.7) |
| LCH | lch(72.1 15.1 194.0) |
| OKLCH | oklch(0.754 0.046 192.7) |
Copy-ready code
/* CSS */
color: #8eb9b7;
background-color: #8eb9b7;
/* Tailwind (arbitrary) */
class="text-[#8eb9b7] bg-[#8eb9b7]"
/* SCSS */
$brand: #8eb9b7;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.718)
/* Android */
Color.parseColor("#8eb9b7")Accessibility — WCAG contrast
Aa
#8eb9b7 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb9b7 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue71.8%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow1.1%
Key (black)27.5%
Color previews
#8eb9b7 text on a black background
contrast 9.77:1
Card sample
#8eb9b7 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb9b7;
Background color
Panel with #8eb9b7 background
background-color: #8eb9b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb9b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb9b7; background: linear-gradient(135deg, #8eb9b7, #8E9EB9);