#511762
a deep, vivid violet · warm · closest name: midnightblue
RGB
81, 23, 98
HSL
286°, 62%, 24%
CMYK
17, 77, 0, 62
Luminance
0.0324
Every format
| HEX | #511762 |
| RGB | rgb(81, 23, 98) |
| HSL | hsl(286, 62%, 24%) |
| CMYK | cmyk(17%, 77%, 0%, 62%) |
| LAB | lab(21.0 38.5 -31.8) |
| LCH | lch(21.0 49.9 320.5) |
| OKLCH | oklch(0.336 0.132 317.4) |
Copy-ready code
/* CSS */
color: #511762;
background-color: #511762;
/* Tailwind (arbitrary) */
class="text-[#511762] bg-[#511762]"
/* SCSS */
$brand: #511762;
/* SwiftUI */
Color(red: 0.318, green: 0.090, blue: 0.384)
/* Android */
Color.parseColor("#511762")Accessibility — WCAG contrast
Aa
#511762 on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511762 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green9.0%
Blue38.4%
CMYK percentages
Cyan17.3%
Magenta76.5%
Yellow0.0%
Key (black)61.6%
Color previews
#511762 text on a black background
contrast 1.65:1
Card sample
#511762 text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511762;
Background color
Panel with #511762 background
background-color: #511762;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511762;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 23, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 23, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511762; background: linear-gradient(135deg, #511762, #621741);