#5b5749
a dark, muted yellow · cool · closest name: darkslategray
RGB
91, 87, 73
HSL
47°, 11%, 32%
CMYK
0, 4, 20, 64
Luminance
0.0952
Every format
| HEX | #5b5749 |
| RGB | rgb(91, 87, 73) |
| HSL | hsl(47, 11%, 32%) |
| CMYK | cmyk(0%, 4%, 20%, 64%) |
| LAB | lab(37.0 -1.1 8.7) |
| LCH | lch(37.0 8.8 96.9) |
| OKLCH | oklch(0.456 0.022 93.9) |
Copy-ready code
/* CSS */
color: #5b5749;
background-color: #5b5749;
/* Tailwind (arbitrary) */
class="text-[#5b5749] bg-[#5b5749]"
/* SCSS */
$brand: #5b5749;
/* SwiftUI */
Color(red: 0.357, green: 0.341, blue: 0.286)
/* Android */
Color.parseColor("#5b5749")Accessibility — WCAG contrast
Aa
#5b5749 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b5749 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green34.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow19.8%
Key (black)64.3%
Color previews
#5b5749 text on a black background
contrast 2.90:1
Card sample
#5b5749 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b5749;
Background color
Panel with #5b5749 background
background-color: #5b5749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b5749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 87, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 87, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b5749; background: linear-gradient(135deg, #5b5749, #535B49);