#511643
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
81, 22, 67
HSL
314°, 57%, 20%
CMYK
0, 73, 17, 68
Luminance
0.0273
Every format
| HEX | #511643 |
| RGB | rgb(81, 22, 67) |
| HSL | hsl(314, 57%, 20%) |
| CMYK | cmyk(0%, 73%, 17%, 68%) |
| LAB | lab(18.9 32.9 -14.1) |
| LCH | lch(18.9 35.8 336.8) |
| OKLCH | oklch(0.315 0.104 338.6) |
Copy-ready code
/* CSS */
color: #511643;
background-color: #511643;
/* Tailwind (arbitrary) */
class="text-[#511643] bg-[#511643]"
/* SCSS */
$brand: #511643;
/* SwiftUI */
Color(red: 0.318, green: 0.086, blue: 0.263)
/* Android */
Color.parseColor("#511643")Accessibility — WCAG contrast
Aa
#511643 on white: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511643 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green8.6%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow17.3%
Key (black)68.2%
Color previews
#511643 text on a black background
contrast 1.55:1
Card sample
#511643 text on a white background
contrast 13.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511643;
Background color
Panel with #511643 background
background-color: #511643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 22, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 22, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511643; background: linear-gradient(135deg, #511643, #51161C);