#511c69
a dark, vivid violet · warm · closest name: midnightblue
RGB
81, 28, 105
HSL
281°, 58%, 26%
CMYK
23, 73, 0, 59
Luminance
0.0360
Every format
| HEX | #511c69 |
| RGB | rgb(81, 28, 105) |
| HSL | hsl(281, 58%, 26%) |
| CMYK | cmyk(23%, 73%, 0%, 59%) |
| LAB | lab(22.3 37.9 -34.2) |
| LCH | lch(22.3 51.0 317.9) |
| OKLCH | oklch(0.347 0.132 313.2) |
Copy-ready code
/* CSS */
color: #511c69;
background-color: #511c69;
/* Tailwind (arbitrary) */
class="text-[#511c69] bg-[#511c69]"
/* SCSS */
$brand: #511c69;
/* SwiftUI */
Color(red: 0.318, green: 0.110, blue: 0.412)
/* Android */
Color.parseColor("#511c69")Accessibility — WCAG contrast
Aa
#511c69 on white: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511c69 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green11.0%
Blue41.2%
CMYK percentages
Cyan22.9%
Magenta73.3%
Yellow0.0%
Key (black)58.8%
Color previews
#511c69 text on a black background
contrast 1.72:1
Card sample
#511c69 text on a white background
contrast 12.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511c69;
Background color
Panel with #511c69 background
background-color: #511c69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511c69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 28, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 28, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511c69; background: linear-gradient(135deg, #511c69, #691C4E);