#511a39
a deep, vivid magenta / pink · warm · closest name: black
RGB
81, 26, 57
HSL
326°, 51%, 21%
CMYK
0, 68, 30, 68
Luminance
0.0278
Every format
| HEX | #511a39 |
| RGB | rgb(81, 26, 57) |
| HSL | hsl(326, 51%, 21%) |
| CMYK | cmyk(0%, 68%, 30%, 68%) |
| LAB | lab(19.2 29.4 -6.8) |
| LCH | lch(19.2 30.1 347.0) |
| OKLCH | oklch(0.315 0.091 348.7) |
Copy-ready code
/* CSS */
color: #511a39;
background-color: #511a39;
/* Tailwind (arbitrary) */
class="text-[#511a39] bg-[#511a39]"
/* SCSS */
$brand: #511a39;
/* SwiftUI */
Color(red: 0.318, green: 0.102, blue: 0.224)
/* Android */
Color.parseColor("#511a39")Accessibility — WCAG contrast
Aa
#511a39 on white: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511a39 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green10.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow29.6%
Key (black)68.2%
Color previews
#511a39 text on a black background
contrast 1.56:1
Card sample
#511a39 text on a white background
contrast 13.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511a39;
Background color
Panel with #511a39 background
background-color: #511a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 26, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 26, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511a39; background: linear-gradient(135deg, #511a39, #51201A);