#52084a
a deep, electric magenta / pink · warm · closest name: purple
RGB
82, 8, 74
HSL
307°, 82%, 18%
CMYK
0, 90, 10, 68
Luminance
0.0246
Every format
| HEX | #52084a |
| RGB | rgb(82, 8, 74) |
| HSL | hsl(307, 82%, 18%) |
| CMYK | cmyk(0%, 90%, 10%, 68%) |
| LAB | lab(17.8 39.4 -20.8) |
| LCH | lch(17.8 44.5 332.2) |
| OKLCH | oklch(0.308 0.128 333.4) |
Copy-ready code
/* CSS */
color: #52084a;
background-color: #52084a;
/* Tailwind (arbitrary) */
class="text-[#52084a] bg-[#52084a]"
/* SCSS */
$brand: #52084a;
/* SwiftUI */
Color(red: 0.322, green: 0.031, blue: 0.290)
/* Android */
Color.parseColor("#52084a")Accessibility — WCAG contrast
Aa
#52084a on white: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52084a on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green3.1%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow9.8%
Key (black)67.8%
Color previews
#52084a text on a black background
contrast 1.49:1
Card sample
#52084a text on a white background
contrast 14.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52084a;
Background color
Panel with #52084a background
background-color: #52084a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52084a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 8, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 8, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52084a; background: linear-gradient(135deg, #52084a, #520819);