#511f49
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
81, 31, 73
HSL
310°, 45%, 22%
CMYK
0, 62, 10, 68
Luminance
0.0321
Every format
| HEX | #511f49 |
| RGB | rgb(81, 31, 73) |
| HSL | hsl(310, 45%, 22%) |
| CMYK | cmyk(0%, 62%, 10%, 68%) |
| LAB | lab(20.9 29.5 -15.2) |
| LCH | lch(20.9 33.2 332.7) |
| OKLCH | oklch(0.330 0.095 334.1) |
Copy-ready code
/* CSS */
color: #511f49;
background-color: #511f49;
/* Tailwind (arbitrary) */
class="text-[#511f49] bg-[#511f49]"
/* SCSS */
$brand: #511f49;
/* SwiftUI */
Color(red: 0.318, green: 0.122, blue: 0.286)
/* Android */
Color.parseColor("#511f49")Accessibility — WCAG contrast
Aa
#511f49 on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511f49 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green12.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow9.9%
Key (black)68.2%
Color previews
#511f49 text on a black background
contrast 1.64:1
Card sample
#511f49 text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511f49;
Background color
Panel with #511f49 background
background-color: #511f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 31, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 31, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511f49; background: linear-gradient(135deg, #511f49, #511F28);