#534749
a dark, muted gray · warm · closest name: darkslategray
RGB
83, 71, 73
HSL
350°, 8%, 30%
CMYK
0, 15, 12, 68
Luminance
0.0683
Every format
| HEX | #534749 |
| RGB | rgb(83, 71, 73) |
| HSL | hsl(350, 8%, 30%) |
| CMYK | cmyk(0%, 15%, 12%, 68%) |
| LAB | lab(31.4 5.5 0.7) |
| LCH | lch(31.4 5.5 7.1) |
| OKLCH | oklch(0.411 0.017 6.5) |
Copy-ready code
/* CSS */
color: #534749;
background-color: #534749;
/* Tailwind (arbitrary) */
class="text-[#534749] bg-[#534749]"
/* SCSS */
$brand: #534749;
/* SwiftUI */
Color(red: 0.325, green: 0.278, blue: 0.286)
/* Android */
Color.parseColor("#534749")Accessibility — WCAG contrast
Aa
#534749 on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534749 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green27.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow12.0%
Key (black)67.5%
Color previews
#534749 text on a black background
contrast 2.37:1
Card sample
#534749 text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534749;
Background color
Panel with #534749 background
background-color: #534749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 71, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 71, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534749; background: linear-gradient(135deg, #534749, #534D47);