#554449
a dark, muted magenta / pink · warm · closest name: darkslategray
RGB
85, 68, 73
HSL
342°, 11%, 30%
CMYK
0, 20, 14, 67
Luminance
0.0655
Every format
| HEX | #554449 |
| RGB | rgb(85, 68, 73) |
| HSL | hsl(342, 11%, 30%) |
| CMYK | cmyk(0%, 20%, 14%, 67%) |
| LAB | lab(30.8 8.2 -0.3) |
| LCH | lch(30.8 8.2 358.3) |
| OKLCH | oklch(0.406 0.025 358.7) |
Copy-ready code
/* CSS */
color: #554449;
background-color: #554449;
/* Tailwind (arbitrary) */
class="text-[#554449] bg-[#554449]"
/* SCSS */
$brand: #554449;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.286)
/* Android */
Color.parseColor("#554449")Accessibility — WCAG contrast
Aa
#554449 on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554449 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow14.1%
Key (black)66.7%
Color previews
#554449 text on a black background
contrast 2.31:1
Card sample
#554449 text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554449;
Background color
Panel with #554449 background
background-color: #554449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554449; background: linear-gradient(135deg, #554449, #554A44);