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