#554f4f
a dark, muted gray · warm · closest name: darkslategray
RGB
85, 79, 79
HSL
0°, 4%, 32%
CMYK
0, 7, 7, 67
Luminance
0.0809
Every format
| HEX | #554f4f |
| RGB | rgb(85, 79, 79) |
| HSL | hsl(0, 4%, 32%) |
| CMYK | cmyk(0%, 7%, 7%, 67%) |
| LAB | lab(34.2 2.5 0.9) |
| LCH | lch(34.2 2.6 19.8) |
| OKLCH | oklch(0.433 0.008 17.5) |
Copy-ready code
/* CSS */
color: #554f4f;
background-color: #554f4f;
/* Tailwind (arbitrary) */
class="text-[#554f4f] bg-[#554f4f]"
/* SCSS */
$brand: #554f4f;
/* SwiftUI */
Color(red: 0.333, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#554f4f")Accessibility — WCAG contrast
Aa
#554f4f on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554f4f on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow7.1%
Key (black)66.7%
Color previews
#554f4f text on a black background
contrast 2.62:1
Card sample
#554f4f text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554f4f;
Background color
Panel with #554f4f background
background-color: #554f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554f4f; background: linear-gradient(135deg, #554f4f, #55534F);