#511a6b
a dark, vivid violet · warm · closest name: midnightblue
RGB
81, 26, 107
HSL
281°, 61%, 26%
CMYK
24, 76, 0, 58
Luminance
0.0355
Every format
| HEX | #511a6b |
| RGB | rgb(81, 26, 107) |
| HSL | hsl(281, 61%, 26%) |
| CMYK | cmyk(24%, 76%, 0%, 58%) |
| LAB | lab(22.1 39.3 -35.8) |
| LCH | lch(22.1 53.1 317.6) |
| OKLCH | oklch(0.346 0.137 312.5) |
Copy-ready code
/* CSS */
color: #511a6b;
background-color: #511a6b;
/* Tailwind (arbitrary) */
class="text-[#511a6b] bg-[#511a6b]"
/* SCSS */
$brand: #511a6b;
/* SwiftUI */
Color(red: 0.318, green: 0.102, blue: 0.420)
/* Android */
Color.parseColor("#511a6b")Accessibility — WCAG contrast
Aa
#511a6b on white: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511a6b on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green10.2%
Blue42.0%
CMYK percentages
Cyan24.3%
Magenta75.7%
Yellow0.0%
Key (black)58.0%
Color previews
#511a6b text on a black background
contrast 1.71:1
Card sample
#511a6b text on a white background
contrast 12.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511a6b;
Background color
Panel with #511a6b background
background-color: #511a6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511a6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 26, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 26, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511a6b; background: linear-gradient(135deg, #511a6b, #6B1A4F);