#541c54
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
84, 28, 84
HSL
300°, 50%, 22%
CMYK
0, 67, 0, 67
Luminance
0.0336
Every format
| HEX | #541c54 |
| RGB | rgb(84, 28, 84) |
| HSL | hsl(300, 50%, 22%) |
| CMYK | cmyk(0%, 67%, 0%, 67%) |
| LAB | lab(21.4 34.1 -21.8) |
| LCH | lch(21.4 40.5 327.5) |
| OKLCH | oklch(0.337 0.112 327.7) |
Copy-ready code
/* CSS */
color: #541c54;
background-color: #541c54;
/* Tailwind (arbitrary) */
class="text-[#541c54] bg-[#541c54]"
/* SCSS */
$brand: #541c54;
/* SwiftUI */
Color(red: 0.329, green: 0.110, blue: 0.329)
/* Android */
Color.parseColor("#541c54")Accessibility — WCAG contrast
Aa
#541c54 on white: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541c54 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green11.0%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow0.0%
Key (black)67.1%
Color previews
#541c54 text on a black background
contrast 1.67:1
Card sample
#541c54 text on a white background
contrast 12.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541c54;
Background color
Panel with #541c54 background
background-color: #541c54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541c54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 28, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 28, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541c54; background: linear-gradient(135deg, #541c54, #541C2F);