#5b675d
a dark, muted gray · cool · closest name: gray
RGB
91, 103, 93
HSL
130°, 6%, 38%
CMYK
12, 0, 10, 60
Luminance
0.1271
Every format
| HEX | #5b675d |
| RGB | rgb(91, 103, 93) |
| HSL | hsl(130, 6%, 38%) |
| CMYK | cmyk(12%, 0%, 10%, 60%) |
| LAB | lab(42.3 -6.7 4.1) |
| LCH | lch(42.3 7.9 148.7) |
| OKLCH | oklch(0.500 0.021 150.2) |
Copy-ready code
/* CSS */
color: #5b675d;
background-color: #5b675d;
/* Tailwind (arbitrary) */
class="text-[#5b675d] bg-[#5b675d]"
/* SCSS */
$brand: #5b675d;
/* SwiftUI */
Color(red: 0.357, green: 0.404, blue: 0.365)
/* Android */
Color.parseColor("#5b675d")Accessibility — WCAG contrast
Aa
#5b675d on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b675d on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green40.4%
Blue36.5%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow9.7%
Key (black)59.6%
Color previews
#5b675d text on a black background
contrast 3.54:1
Card sample
#5b675d text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b675d;
Background color
Panel with #5b675d background
background-color: #5b675d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b675d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 103, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 103, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b675d; background: linear-gradient(135deg, #5b675d, #5B6765);