#554c49
a dark, muted gray · warm · closest name: darkslategray
RGB
85, 76, 73
HSL
15°, 8%, 31%
CMYK
0, 11, 14, 67
Luminance
0.0758
Every format
| HEX | #554c49 |
| RGB | rgb(85, 76, 73) |
| HSL | hsl(15, 8%, 31%) |
| CMYK | cmyk(0%, 11%, 14%, 67%) |
| LAB | lab(33.1 3.2 3.1) |
| LCH | lch(33.1 4.5 44.8) |
| OKLCH | oklch(0.424 0.013 39.3) |
Copy-ready code
/* CSS */
color: #554c49;
background-color: #554c49;
/* Tailwind (arbitrary) */
class="text-[#554c49] bg-[#554c49]"
/* SCSS */
$brand: #554c49;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.286)
/* Android */
Color.parseColor("#554c49")Accessibility — WCAG contrast
Aa
#554c49 on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554c49 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow14.1%
Key (black)66.7%
Color previews
#554c49 text on a black background
contrast 2.52:1
Card sample
#554c49 text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554c49;
Background color
Panel with #554c49 background
background-color: #554c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554c49; background: linear-gradient(135deg, #554c49, #555449);