#543054
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
84, 48, 84
HSL
300°, 27%, 26%
CMYK
0, 43, 0, 67
Luminance
0.0464
Every format
| HEX | #543054 |
| RGB | rgb(84, 48, 84) |
| HSL | hsl(300, 27%, 26%) |
| CMYK | cmyk(0%, 43%, 0%, 67%) |
| LAB | lab(25.7 22.8 -15.1) |
| LCH | lch(25.7 27.4 326.5) |
| OKLCH | oklch(0.369 0.075 327.0) |
Copy-ready code
/* CSS */
color: #543054;
background-color: #543054;
/* Tailwind (arbitrary) */
class="text-[#543054] bg-[#543054]"
/* SCSS */
$brand: #543054;
/* SwiftUI */
Color(red: 0.329, green: 0.188, blue: 0.329)
/* Android */
Color.parseColor("#543054")Accessibility — WCAG contrast
Aa
#543054 on white: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#543054 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green18.8%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow0.0%
Key (black)67.1%
Color previews
#543054 text on a black background
contrast 1.93:1
Card sample
#543054 text on a white background
contrast 10.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #543054;
Background color
Panel with #543054 background
background-color: #543054;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #543054;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 48, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 48, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #543054; background: linear-gradient(135deg, #543054, #54303C);