#511372
a dark, vivid violet · warm · closest name: indigo
RGB
81, 19, 114
HSL
279°, 71%, 26%
CMYK
29, 83, 0, 55
Luminance
0.0343
Every format
| HEX | #511372 |
| RGB | rgb(81, 19, 114) |
| HSL | hsl(279, 71%, 26%) |
| CMYK | cmyk(29%, 83%, 0%, 55%) |
| LAB | lab(21.7 43.7 -41.0) |
| LCH | lch(21.7 60.0 316.8) |
| OKLCH | oklch(0.345 0.152 310.1) |
Copy-ready code
/* CSS */
color: #511372;
background-color: #511372;
/* Tailwind (arbitrary) */
class="text-[#511372] bg-[#511372]"
/* SCSS */
$brand: #511372;
/* SwiftUI */
Color(red: 0.318, green: 0.075, blue: 0.447)
/* Android */
Color.parseColor("#511372")Accessibility — WCAG contrast
Aa
#511372 on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511372 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.5%
Blue44.7%
CMYK percentages
Cyan28.9%
Magenta83.3%
Yellow0.0%
Key (black)55.3%
Color previews
#511372 text on a black background
contrast 1.69:1
Card sample
#511372 text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511372;
Background color
Panel with #511372 background
background-color: #511372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 19, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 19, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511372; background: linear-gradient(135deg, #511372, #721354);