#52003a
a deep, electric magenta / pink · warm · closest name: purple
RGB
82, 0, 58
HSL
318°, 100%, 16%
CMYK
0, 100, 29, 68
Luminance
0.0210
Every format
| HEX | #52003a |
| RGB | rgb(82, 0, 58) |
| HSL | hsl(318, 100%, 16%) |
| CMYK | cmyk(0%, 100%, 29%, 68%) |
| LAB | lab(16.0 39.4 -12.3) |
| LCH | lch(16.0 41.3 342.7) |
| OKLCH | oklch(0.293 0.125 344.7) |
Copy-ready code
/* CSS */
color: #52003a;
background-color: #52003a;
/* Tailwind (arbitrary) */
class="text-[#52003a] bg-[#52003a]"
/* SCSS */
$brand: #52003a;
/* SwiftUI */
Color(red: 0.322, green: 0.000, blue: 0.227)
/* Android */
Color.parseColor("#52003a")Accessibility — WCAG contrast
Aa
#52003a on white: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52003a on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green0.0%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.3%
Key (black)67.8%
Color previews
#52003a text on a black background
contrast 1.42:1
Card sample
#52003a text on a white background
contrast 14.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52003a;
Background color
Panel with #52003a background
background-color: #52003a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52003a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 0, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 0, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52003a; background: linear-gradient(135deg, #52003a, #520003);