#586f74
a dark, muted cyan · cool · closest name: gray
RGB
88, 111, 116
HSL
191°, 14%, 40%
CMYK
24, 4, 0, 55
Luminance
0.1470
Every format
| HEX | #586f74 |
| RGB | rgb(88, 111, 116) |
| HSL | hsl(191, 14%, 40%) |
| CMYK | cmyk(24%, 4%, 0%, 55%) |
| LAB | lab(45.2 -7.2 -5.6) |
| LCH | lch(45.2 9.1 217.6) |
| OKLCH | oklch(0.525 0.028 212.4) |
Copy-ready code
/* CSS */
color: #586f74;
background-color: #586f74;
/* Tailwind (arbitrary) */
class="text-[#586f74] bg-[#586f74]"
/* SCSS */
$brand: #586f74;
/* SwiftUI */
Color(red: 0.345, green: 0.435, blue: 0.455)
/* Android */
Color.parseColor("#586f74")Accessibility — WCAG contrast
Aa
#586f74 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586f74 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green43.5%
Blue45.5%
CMYK percentages
Cyan24.1%
Magenta4.3%
Yellow0.0%
Key (black)54.5%
Color previews
#586f74 text on a black background
contrast 3.94:1
Card sample
#586f74 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586f74;
Background color
Panel with #586f74 background
background-color: #586f74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586f74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 111, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 111, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586f74; background: linear-gradient(135deg, #586f74, #585C74);