#54445b
a dark, muted violet · warm · closest name: darkslategray
RGB
84, 68, 91
HSL
282°, 15%, 31%
CMYK
8, 25, 0, 64
Luminance
0.0677
Every format
| HEX | #54445b |
| RGB | rgb(84, 68, 91) |
| HSL | hsl(282, 15%, 31%) |
| CMYK | cmyk(8%, 25%, 0%, 64%) |
| LAB | lab(31.3 11.7 -11.1) |
| LCH | lch(31.3 16.1 316.6) |
| OKLCH | oklch(0.412 0.043 315.5) |
Copy-ready code
/* CSS */
color: #54445b;
background-color: #54445b;
/* Tailwind (arbitrary) */
class="text-[#54445b] bg-[#54445b]"
/* SCSS */
$brand: #54445b;
/* SwiftUI */
Color(red: 0.329, green: 0.267, blue: 0.357)
/* Android */
Color.parseColor("#54445b")Accessibility — WCAG contrast
Aa
#54445b on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54445b on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green26.7%
Blue35.7%
CMYK percentages
Cyan7.7%
Magenta25.3%
Yellow0.0%
Key (black)64.3%
Color previews
#54445b text on a black background
contrast 2.35:1
Card sample
#54445b text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54445b;
Background color
Panel with #54445b background
background-color: #54445b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54445b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 68, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 68, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54445b; background: linear-gradient(135deg, #54445b, #5B4453);