#511b39
a deep, vivid magenta / pink · warm · closest name: black
RGB
81, 27, 57
HSL
327°, 50%, 21%
CMYK
0, 67, 30, 68
Luminance
0.0283
Every format
| HEX | #511b39 |
| RGB | rgb(81, 27, 57) |
| HSL | hsl(327, 50%, 21%) |
| CMYK | cmyk(0%, 67%, 30%, 68%) |
| LAB | lab(19.4 28.9 -6.5) |
| LCH | lch(19.4 29.6 347.3) |
| OKLCH | oklch(0.316 0.089 349.0) |
Copy-ready code
/* CSS */
color: #511b39;
background-color: #511b39;
/* Tailwind (arbitrary) */
class="text-[#511b39] bg-[#511b39]"
/* SCSS */
$brand: #511b39;
/* SwiftUI */
Color(red: 0.318, green: 0.106, blue: 0.224)
/* Android */
Color.parseColor("#511b39")Accessibility — WCAG contrast
Aa
#511b39 on white: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511b39 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green10.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow29.6%
Key (black)68.2%
Color previews
#511b39 text on a black background
contrast 1.57:1
Card sample
#511b39 text on a white background
contrast 13.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511b39;
Background color
Panel with #511b39 background
background-color: #511b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 27, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 27, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511b39; background: linear-gradient(135deg, #511b39, #51211B);