#54005c
a deep, electric magenta / pink · warm · closest name: purple
RGB
84, 0, 92
HSL
295°, 100%, 18%
CMYK
9, 100, 0, 64
Luminance
0.0266
Every format
| HEX | #54005c |
| RGB | rgb(84, 0, 92) |
| HSL | hsl(295, 100%, 18%) |
| CMYK | cmyk(9%, 100%, 0%, 64%) |
| LAB | lab(18.6 45.2 -31.6) |
| LCH | lch(18.6 55.1 325.1) |
| OKLCH | oklch(0.319 0.150 323.9) |
Copy-ready code
/* CSS */
color: #54005c;
background-color: #54005c;
/* Tailwind (arbitrary) */
class="text-[#54005c] bg-[#54005c]"
/* SCSS */
$brand: #54005c;
/* SwiftUI */
Color(red: 0.329, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#54005c")Accessibility — WCAG contrast
Aa
#54005c on white: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54005c on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green0.0%
Blue36.1%
CMYK percentages
Cyan8.7%
Magenta100.0%
Yellow0.0%
Key (black)63.9%
Color previews
#54005c text on a black background
contrast 1.53:1
Card sample
#54005c text on a white background
contrast 13.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54005c;
Background color
Panel with #54005c background
background-color: #54005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54005c; background: linear-gradient(135deg, #54005c, #5C0027);