#521237
a deep, vivid magenta / pink · warm · closest name: black
RGB
82, 18, 55
HSL
325°, 64%, 20%
CMYK
0, 78, 33, 68
Luminance
0.0250
Every format
| HEX | #521237 |
| RGB | rgb(82, 18, 55) |
| HSL | hsl(325, 64%, 20%) |
| CMYK | cmyk(0%, 78%, 33%, 68%) |
| LAB | lab(17.9 33.1 -7.2) |
| LCH | lch(17.9 33.9 347.7) |
| OKLCH | oklch(0.306 0.103 349.4) |
Copy-ready code
/* CSS */
color: #521237;
background-color: #521237;
/* Tailwind (arbitrary) */
class="text-[#521237] bg-[#521237]"
/* SCSS */
$brand: #521237;
/* SwiftUI */
Color(red: 0.322, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#521237")Accessibility — WCAG contrast
Aa
#521237 on white: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521237 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow32.9%
Key (black)67.8%
Color previews
#521237 text on a black background
contrast 1.50:1
Card sample
#521237 text on a white background
contrast 14.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521237;
Background color
Panel with #521237 background
background-color: #521237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521237; background: linear-gradient(135deg, #521237, #521812);