#54303c
a dark, soft magenta / pink · warm · closest name: black
RGB
84, 48, 60
HSL
340°, 27%, 26%
CMYK
0, 43, 29, 67
Luminance
0.0432
Every format
| HEX | #54303c |
| RGB | rgb(84, 48, 60) |
| HSL | hsl(340, 27%, 26%) |
| CMYK | cmyk(0%, 43%, 29%, 67%) |
| LAB | lab(24.7 18.2 -0.5) |
| LCH | lch(24.7 18.2 358.3) |
| OKLCH | oklch(0.358 0.055 358.8) |
Copy-ready code
/* CSS */
color: #54303c;
background-color: #54303c;
/* Tailwind (arbitrary) */
class="text-[#54303c] bg-[#54303c]"
/* SCSS */
$brand: #54303c;
/* SwiftUI */
Color(red: 0.329, green: 0.188, blue: 0.235)
/* Android */
Color.parseColor("#54303c")Accessibility — WCAG contrast
Aa
#54303c on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54303c on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green18.8%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow28.6%
Key (black)67.1%
Color previews
#54303c text on a black background
contrast 1.86:1
Card sample
#54303c text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54303c;
Background color
Panel with #54303c background
background-color: #54303c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54303c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 48, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 48, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54303c; background: linear-gradient(135deg, #54303c, #543C30);