#54075b
a deep, electric magenta / pink · warm · closest name: purple
RGB
84, 7, 91
HSL
295°, 86%, 19%
CMYK
8, 92, 0, 64
Luminance
0.0279
Every format
| HEX | #54075b |
| RGB | rgb(84, 7, 91) |
| HSL | hsl(295, 86%, 19%) |
| CMYK | cmyk(8%, 92%, 0%, 64%) |
| LAB | lab(19.2 43.1 -30.0) |
| LCH | lch(19.2 52.5 325.2) |
| OKLCH | oklch(0.323 0.143 324.2) |
Copy-ready code
/* CSS */
color: #54075b;
background-color: #54075b;
/* Tailwind (arbitrary) */
class="text-[#54075b] bg-[#54075b]"
/* SCSS */
$brand: #54075b;
/* SwiftUI */
Color(red: 0.329, green: 0.027, blue: 0.357)
/* Android */
Color.parseColor("#54075b")Accessibility — WCAG contrast
Aa
#54075b on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54075b on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green2.7%
Blue35.7%
CMYK percentages
Cyan7.7%
Magenta92.3%
Yellow0.0%
Key (black)64.3%
Color previews
#54075b text on a black background
contrast 1.56:1
Card sample
#54075b text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54075b;
Background color
Panel with #54075b background
background-color: #54075b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54075b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 7, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 7, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54075b; background: linear-gradient(135deg, #54075b, #5B072A);