#52012c
a deep, electric magenta / pink · warm · closest name: black
RGB
82, 1, 44
HSL
328°, 98%, 16%
CMYK
0, 99, 46, 68
Luminance
0.0200
Every format
| HEX | #52012c |
| RGB | rgb(82, 1, 44) |
| HSL | hsl(328, 98%, 16%) |
| CMYK | cmyk(0%, 99%, 46%, 68%) |
| LAB | lab(15.5 37.5 -3.0) |
| LCH | lch(15.5 37.6 355.4) |
| OKLCH | oklch(0.287 0.116 356.3) |
Copy-ready code
/* CSS */
color: #52012c;
background-color: #52012c;
/* Tailwind (arbitrary) */
class="text-[#52012c] bg-[#52012c]"
/* SCSS */
$brand: #52012c;
/* SwiftUI */
Color(red: 0.322, green: 0.004, blue: 0.173)
/* Android */
Color.parseColor("#52012c")Accessibility — WCAG contrast
Aa
#52012c on white: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52012c on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green0.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow46.3%
Key (black)67.8%
Color previews
#52012c text on a black background
contrast 1.40:1
Card sample
#52012c text on a white background
contrast 15.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52012c;
Background color
Panel with #52012c background
background-color: #52012c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52012c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 1, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 1, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52012c; background: linear-gradient(135deg, #52012c, #520C01);