#511237
a deep, vivid magenta / pink · warm · closest name: black
RGB
81, 18, 55
HSL
325°, 64%, 19%
CMYK
0, 78, 32, 68
Luminance
0.0246
Every format
| HEX | #511237 |
| RGB | rgb(81, 18, 55) |
| HSL | hsl(325, 64%, 19%) |
| CMYK | cmyk(0%, 78%, 32%, 68%) |
| LAB | lab(17.7 32.8 -7.6) |
| LCH | lch(17.7 33.6 347.0) |
| OKLCH | oklch(0.304 0.102 348.8) |
Copy-ready code
/* CSS */
color: #511237;
background-color: #511237;
/* Tailwind (arbitrary) */
class="text-[#511237] bg-[#511237]"
/* SCSS */
$brand: #511237;
/* SwiftUI */
Color(red: 0.318, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#511237")Accessibility — WCAG contrast
Aa
#511237 on white: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511237 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow32.1%
Key (black)68.2%
Color previews
#511237 text on a black background
contrast 1.49:1
Card sample
#511237 text on a white background
contrast 14.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511237;
Background color
Panel with #511237 background
background-color: #511237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511237; background: linear-gradient(135deg, #511237, #511712);