#51174f
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
81, 23, 79
HSL
302°, 56%, 20%
CMYK
0, 72, 3, 68
Luminance
0.0293
Every format
| HEX | #51174f |
| RGB | rgb(81, 23, 79) |
| HSL | hsl(302, 56%, 20%) |
| CMYK | cmyk(0%, 72%, 3%, 68%) |
| LAB | lab(19.8 34.6 -21.0) |
| LCH | lch(19.8 40.5 328.7) |
| OKLCH | oklch(0.323 0.113 329.2) |
Copy-ready code
/* CSS */
color: #51174f;
background-color: #51174f;
/* Tailwind (arbitrary) */
class="text-[#51174f] bg-[#51174f]"
/* SCSS */
$brand: #51174f;
/* SwiftUI */
Color(red: 0.318, green: 0.090, blue: 0.310)
/* Android */
Color.parseColor("#51174f")Accessibility — WCAG contrast
Aa
#51174f on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#51174f on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green9.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow2.5%
Key (black)68.2%
Color previews
#51174f text on a black background
contrast 1.59:1
Card sample
#51174f text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #51174f;
Background color
Panel with #51174f background
background-color: #51174f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #51174f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 23, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 23, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #51174f; background: linear-gradient(135deg, #51174f, #511728);