#52104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
82, 16, 79
HSL
303°, 67%, 19%
CMYK
0, 81, 4, 68
Luminance
0.0273
Every format
| HEX | #52104f |
| RGB | rgb(82, 16, 79) |
| HSL | hsl(303, 67%, 19%) |
| CMYK | cmyk(0%, 81%, 4%, 68%) |
| LAB | lab(18.9 37.8 -22.3) |
| LCH | lch(18.9 43.9 329.4) |
| OKLCH | oklch(0.317 0.123 330.0) |
Copy-ready code
/* CSS */
color: #52104f;
background-color: #52104f;
/* Tailwind (arbitrary) */
class="text-[#52104f] bg-[#52104f]"
/* SCSS */
$brand: #52104f;
/* SwiftUI */
Color(red: 0.322, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#52104f")Accessibility — WCAG contrast
Aa
#52104f on white: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52104f on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow3.7%
Key (black)67.8%
Color previews
#52104f text on a black background
contrast 1.55:1
Card sample
#52104f text on a white background
contrast 13.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52104f;
Background color
Panel with #52104f background
background-color: #52104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52104f; background: linear-gradient(135deg, #52104f, #521023);