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