#53124f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
83, 18, 79
HSL
304°, 64%, 20%
CMYK
0, 78, 5, 68
Luminance
0.0284
Every format
| HEX | #53124f |
| RGB | rgb(83, 18, 79) |
| HSL | hsl(304, 64%, 20%) |
| CMYK | cmyk(0%, 78%, 5%, 68%) |
| LAB | lab(19.4 37.3 -21.6) |
| LCH | lch(19.4 43.1 329.9) |
| OKLCH | oklch(0.321 0.121 330.7) |
Copy-ready code
/* CSS */
color: #53124f;
background-color: #53124f;
/* Tailwind (arbitrary) */
class="text-[#53124f] bg-[#53124f]"
/* SCSS */
$brand: #53124f;
/* SwiftUI */
Color(red: 0.325, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#53124f")Accessibility — WCAG contrast
Aa
#53124f on white: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#53124f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green7.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow4.8%
Key (black)67.5%
Color previews
#53124f text on a black background
contrast 1.57:1
Card sample
#53124f text on a white background
contrast 13.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53124f;
Background color
Panel with #53124f background
background-color: #53124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53124f; background: linear-gradient(135deg, #53124f, #531224);