#511367
a deep, vivid violet · warm · closest name: midnightblue
RGB
81, 19, 103
HSL
284°, 69%, 24%
CMYK
21, 82, 0, 60
Luminance
0.0319
Every format
| HEX | #511367 |
| RGB | rgb(81, 19, 103) |
| HSL | hsl(284, 69%, 24%) |
| CMYK | cmyk(21%, 82%, 0%, 60%) |
| LAB | lab(20.8 41.3 -35.3) |
| LCH | lch(20.8 54.3 319.4) |
| OKLCH | oklch(0.336 0.142 315.2) |
Copy-ready code
/* CSS */
color: #511367;
background-color: #511367;
/* Tailwind (arbitrary) */
class="text-[#511367] bg-[#511367]"
/* SCSS */
$brand: #511367;
/* SwiftUI */
Color(red: 0.318, green: 0.075, blue: 0.404)
/* Android */
Color.parseColor("#511367")Accessibility — WCAG contrast
Aa
#511367 on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511367 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green7.5%
Blue40.4%
CMYK percentages
Cyan21.4%
Magenta81.6%
Yellow0.0%
Key (black)59.6%
Color previews
#511367 text on a black background
contrast 1.64:1
Card sample
#511367 text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511367;
Background color
Panel with #511367 background
background-color: #511367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 19, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 19, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511367; background: linear-gradient(135deg, #511367, #671345);