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