#51145c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
81, 20, 92
HSL
291°, 64%, 22%
CMYK
12, 78, 0, 64
Luminance
0.0302
Every format
| HEX | #51145c |
| RGB | rgb(81, 20, 92) |
| HSL | hsl(291, 64%, 22%) |
| CMYK | cmyk(12%, 78%, 0%, 64%) |
| LAB | lab(20.1 38.5 -29.2) |
| LCH | lch(20.1 48.3 322.9) |
| OKLCH | oklch(0.328 0.130 321.0) |
Copy-ready code
/* CSS */
color: #51145c;
background-color: #51145c;
/* Tailwind (arbitrary) */
class="text-[#51145c] bg-[#51145c]"
/* SCSS */
$brand: #51145c;
/* SwiftUI */
Color(red: 0.318, green: 0.078, blue: 0.361)
/* Android */
Color.parseColor("#51145c")Accessibility — WCAG contrast
Aa
#51145c on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#51145c on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.8%
Blue36.1%
CMYK percentages
Cyan12.0%
Magenta78.3%
Yellow0.0%
Key (black)63.9%
Color previews
#51145c text on a black background
contrast 1.60:1
Card sample
#51145c text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #51145c;
Background color
Panel with #51145c background
background-color: #51145c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #51145c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 20, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 20, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #51145c; background: linear-gradient(135deg, #51145c, #5C1437);