#8ea4a4
a balanced, muted cyan · cool · closest name: silver
RGB
142, 164, 164
HSL
180°, 11%, 60%
CMYK
13, 0, 0, 36
Luminance
0.3498
Every format
| HEX | #8ea4a4 |
| RGB | rgb(142, 164, 164) |
| HSL | hsl(180, 11%, 60%) |
| CMYK | cmyk(13%, 0%, 0%, 36%) |
| LAB | lab(65.7 -7.7 -2.6) |
| LCH | lch(65.7 8.1 198.7) |
| OKLCH | oklch(0.702 0.025 196.6) |
Copy-ready code
/* CSS */
color: #8ea4a4;
background-color: #8ea4a4;
/* Tailwind (arbitrary) */
class="text-[#8ea4a4] bg-[#8ea4a4]"
/* SCSS */
$brand: #8ea4a4;
/* SwiftUI */
Color(red: 0.557, green: 0.643, blue: 0.643)
/* Android */
Color.parseColor("#8ea4a4")Accessibility — WCAG contrast
Aa
#8ea4a4 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ea4a4 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green64.3%
Blue64.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow0.0%
Key (black)35.7%
Color previews
#8ea4a4 text on a black background
contrast 8.00:1
Card sample
#8ea4a4 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ea4a4;
Background color
Panel with #8ea4a4 background
background-color: #8ea4a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ea4a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 164, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 164, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ea4a4; background: linear-gradient(135deg, #8ea4a4, #8E95A4);