#511554
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
81, 21, 84
HSL
297°, 60%, 21%
CMYK
4, 75, 0, 67
Luminance
0.0293
Every format
| HEX | #511554 |
| RGB | rgb(81, 21, 84) |
| HSL | hsl(297, 60%, 21%) |
| CMYK | cmyk(4%, 75%, 0%, 67%) |
| LAB | lab(19.8 36.5 -24.4) |
| LCH | lch(19.8 43.9 326.2) |
| OKLCH | oklch(0.324 0.121 325.9) |
Copy-ready code
/* CSS */
color: #511554;
background-color: #511554;
/* Tailwind (arbitrary) */
class="text-[#511554] bg-[#511554]"
/* SCSS */
$brand: #511554;
/* SwiftUI */
Color(red: 0.318, green: 0.082, blue: 0.329)
/* Android */
Color.parseColor("#511554")Accessibility — WCAG contrast
Aa
#511554 on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511554 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green8.2%
Blue32.9%
CMYK percentages
Cyan3.6%
Magenta75.0%
Yellow0.0%
Key (black)67.1%
Color previews
#511554 text on a black background
contrast 1.59:1
Card sample
#511554 text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511554;
Background color
Panel with #511554 background
background-color: #511554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 21, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 21, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511554; background: linear-gradient(135deg, #511554, #54152D);