#511458
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
81, 20, 88
HSL
294°, 63%, 21%
CMYK
8, 77, 0, 66
Luminance
0.0295
Every format
| HEX | #511458 |
| RGB | rgb(81, 20, 88) |
| HSL | hsl(294, 63%, 21%) |
| CMYK | cmyk(8%, 77%, 0%, 66%) |
| LAB | lab(19.9 37.7 -26.9) |
| LCH | lch(19.9 46.3 324.5) |
| OKLCH | oklch(0.326 0.126 323.4) |
Copy-ready code
/* CSS */
color: #511458;
background-color: #511458;
/* Tailwind (arbitrary) */
class="text-[#511458] bg-[#511458]"
/* SCSS */
$brand: #511458;
/* SwiftUI */
Color(red: 0.318, green: 0.078, blue: 0.345)
/* Android */
Color.parseColor("#511458")Accessibility — WCAG contrast
Aa
#511458 on white: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511458 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.8%
Blue34.5%
CMYK percentages
Cyan8.0%
Magenta77.3%
Yellow0.0%
Key (black)65.5%
Color previews
#511458 text on a black background
contrast 1.59:1
Card sample
#511458 text on a white background
contrast 13.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511458;
Background color
Panel with #511458 background
background-color: #511458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 20, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 20, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511458; background: linear-gradient(135deg, #511458, #581432);