#511366
a deep, vivid violet · warm · closest name: midnightblue
RGB
81, 19, 102
HSL
285°, 69%, 24%
CMYK
21, 81, 0, 60
Luminance
0.0317
Every format
| HEX | #511366 |
| RGB | rgb(81, 19, 102) |
| HSL | hsl(285, 69%, 24%) |
| CMYK | cmyk(21%, 81%, 0%, 60%) |
| LAB | lab(20.7 41.0 -34.8) |
| LCH | lch(20.7 53.8 319.7) |
| OKLCH | oklch(0.335 0.141 315.7) |
Copy-ready code
/* CSS */
color: #511366;
background-color: #511366;
/* Tailwind (arbitrary) */
class="text-[#511366] bg-[#511366]"
/* SCSS */
$brand: #511366;
/* SwiftUI */
Color(red: 0.318, green: 0.075, blue: 0.400)
/* Android */
Color.parseColor("#511366")Accessibility — WCAG contrast
Aa
#511366 on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511366 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.5%
Blue40.0%
CMYK percentages
Cyan20.6%
Magenta81.4%
Yellow0.0%
Key (black)60.0%
Color previews
#511366 text on a black background
contrast 1.63:1
Card sample
#511366 text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511366;
Background color
Panel with #511366 background
background-color: #511366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 19, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 19, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511366; background: linear-gradient(135deg, #511366, #661344);