#8eb3b4
a balanced, soft cyan · cool · closest name: silver
RGB
142, 179, 180
HSL
182°, 20%, 63%
CMYK
21, 1, 0, 29
Luminance
0.4129
Every format
| HEX | #8eb3b4 |
| RGB | rgb(142, 179, 180) |
| HSL | hsl(182, 20%, 63%) |
| CMYK | cmyk(21%, 1%, 0%, 29%) |
| LAB | lab(70.4 -12.2 -4.6) |
| LCH | lch(70.4 13.0 200.8) |
| OKLCH | oklch(0.740 0.040 198.4) |
Copy-ready code
/* CSS */
color: #8eb3b4;
background-color: #8eb3b4;
/* Tailwind (arbitrary) */
class="text-[#8eb3b4] bg-[#8eb3b4]"
/* SCSS */
$brand: #8eb3b4;
/* SwiftUI */
Color(red: 0.557, green: 0.702, blue: 0.706)
/* Android */
Color.parseColor("#8eb3b4")Accessibility — WCAG contrast
Aa
#8eb3b4 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb3b4 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green70.2%
Blue70.6%
CMYK percentages
Cyan21.1%
Magenta0.6%
Yellow0.0%
Key (black)29.4%
Color previews
#8eb3b4 text on a black background
contrast 9.26:1
Card sample
#8eb3b4 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb3b4;
Background color
Panel with #8eb3b4 background
background-color: #8eb3b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb3b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 179, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 179, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb3b4; background: linear-gradient(135deg, #8eb3b4, #8E9AB4);