#8ebaae
a balanced, soft cyan · cool · closest name: silver
RGB
142, 186, 174
HSL
164°, 24%, 64%
CMYK
24, 0, 7, 27
Luminance
0.4392
Every format
| HEX | #8ebaae |
| RGB | rgb(142, 186, 174) |
| HSL | hsl(164, 24%, 64%) |
| CMYK | cmyk(24%, 0%, 7%, 27%) |
| LAB | lab(72.2 -17.1 1.3) |
| LCH | lch(72.2 17.2 175.6) |
| OKLCH | oklch(0.754 0.050 176.3) |
Copy-ready code
/* CSS */
color: #8ebaae;
background-color: #8ebaae;
/* Tailwind (arbitrary) */
class="text-[#8ebaae] bg-[#8ebaae]"
/* SCSS */
$brand: #8ebaae;
/* SwiftUI */
Color(red: 0.557, green: 0.729, blue: 0.682)
/* Android */
Color.parseColor("#8ebaae")Accessibility — WCAG contrast
Aa
#8ebaae on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebaae on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.9%
Blue68.2%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow6.5%
Key (black)27.1%
Color previews
#8ebaae text on a black background
contrast 9.78:1
Card sample
#8ebaae text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebaae;
Background color
Panel with #8ebaae background
background-color: #8ebaae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebaae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 186, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 186, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebaae; background: linear-gradient(135deg, #8ebaae, #8EA9BA);