#511f6a
a dark, vivid violet · warm · closest name: midnightblue
RGB
81, 31, 106
HSL
280°, 55%, 27%
CMYK
24, 71, 0, 58
Luminance
0.0377
Every format
| HEX | #511f6a |
| RGB | rgb(81, 31, 106) |
| HSL | hsl(280, 55%, 27%) |
| CMYK | cmyk(24%, 71%, 0%, 58%) |
| LAB | lab(22.9 36.6 -33.9) |
| LCH | lch(22.9 49.9 317.2) |
| OKLCH | oklch(0.351 0.129 312.3) |
Copy-ready code
/* CSS */
color: #511f6a;
background-color: #511f6a;
/* Tailwind (arbitrary) */
class="text-[#511f6a] bg-[#511f6a]"
/* SCSS */
$brand: #511f6a;
/* SwiftUI */
Color(red: 0.318, green: 0.122, blue: 0.416)
/* Android */
Color.parseColor("#511f6a")Accessibility — WCAG contrast
Aa
#511f6a on white: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511f6a on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green12.2%
Blue41.6%
CMYK percentages
Cyan23.6%
Magenta70.8%
Yellow0.0%
Key (black)58.4%
Color previews
#511f6a text on a black background
contrast 1.75:1
Card sample
#511f6a text on a white background
contrast 11.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511f6a;
Background color
Panel with #511f6a background
background-color: #511f6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511f6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 31, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 31, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511f6a; background: linear-gradient(135deg, #511f6a, #6A1F51);