#587474
a dark, muted cyan · cool · closest name: gray
RGB
88, 116, 116
HSL
180°, 14%, 40%
CMYK
24, 0, 0, 55
Luminance
0.1583
Every format
| HEX | #587474 |
| RGB | rgb(88, 116, 116) |
| HSL | hsl(180, 14%, 40%) |
| CMYK | cmyk(24%, 0%, 0%, 55%) |
| LAB | lab(46.8 -10.1 -3.3) |
| LCH | lch(46.8 10.6 198.2) |
| OKLCH | oklch(0.537 0.033 196.2) |
Copy-ready code
/* CSS */
color: #587474;
background-color: #587474;
/* Tailwind (arbitrary) */
class="text-[#587474] bg-[#587474]"
/* SCSS */
$brand: #587474;
/* SwiftUI */
Color(red: 0.345, green: 0.455, blue: 0.455)
/* Android */
Color.parseColor("#587474")Accessibility — WCAG contrast
Aa
#587474 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#587474 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green45.5%
Blue45.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow0.0%
Key (black)54.5%
Color previews
#587474 text on a black background
contrast 4.17:1
Card sample
#587474 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #587474;
Background color
Panel with #587474 background
background-color: #587474;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #587474;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 116, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 116, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #587474; background: linear-gradient(135deg, #587474, #586174);