#531237
a deep, vivid magenta / pink · warm · closest name: black
RGB
83, 18, 55
HSL
326°, 64%, 20%
CMYK
0, 78, 34, 68
Luminance
0.0255
Every format
| HEX | #531237 |
| RGB | rgb(83, 18, 55) |
| HSL | hsl(326, 64%, 20%) |
| CMYK | cmyk(0%, 78%, 34%, 68%) |
| LAB | lab(18.1 33.4 -6.9) |
| LCH | lch(18.1 34.1 348.3) |
| OKLCH | oklch(0.308 0.103 350.0) |
Copy-ready code
/* CSS */
color: #531237;
background-color: #531237;
/* Tailwind (arbitrary) */
class="text-[#531237] bg-[#531237]"
/* SCSS */
$brand: #531237;
/* SwiftUI */
Color(red: 0.325, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#531237")Accessibility — WCAG contrast
Aa
#531237 on white: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#531237 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow33.7%
Key (black)67.5%
Color previews
#531237 text on a black background
contrast 1.51:1
Card sample
#531237 text on a white background
contrast 13.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #531237;
Background color
Panel with #531237 background
background-color: #531237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #531237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #531237; background: linear-gradient(135deg, #531237, #531812);