#511356
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
81, 19, 86
HSL
296°, 64%, 21%
CMYK
6, 78, 0, 66
Luminance
0.0289
Every format
| HEX | #511356 |
| RGB | rgb(81, 19, 86) |
| HSL | hsl(296, 64%, 21%) |
| CMYK | cmyk(6%, 78%, 0%, 66%) |
| LAB | lab(19.6 37.7 -26.0) |
| LCH | lch(19.6 45.8 325.4) |
| OKLCH | oklch(0.323 0.125 324.7) |
Copy-ready code
/* CSS */
color: #511356;
background-color: #511356;
/* Tailwind (arbitrary) */
class="text-[#511356] bg-[#511356]"
/* SCSS */
$brand: #511356;
/* SwiftUI */
Color(red: 0.318, green: 0.075, blue: 0.337)
/* Android */
Color.parseColor("#511356")Accessibility — WCAG contrast
Aa
#511356 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511356 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.5%
Blue33.7%
CMYK percentages
Cyan5.8%
Magenta77.9%
Yellow0.0%
Key (black)66.3%
Color previews
#511356 text on a black background
contrast 1.58:1
Card sample
#511356 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511356;
Background color
Panel with #511356 background
background-color: #511356;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511356;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 19, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 19, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511356; background: linear-gradient(135deg, #511356, #56132E);