#511eb9
a dark, vivid violet · warm · closest name: navy
RGB
81, 30, 185
HSL
260°, 72%, 42%
CMYK
56, 84, 0, 28
Luminance
0.0618
Every format
| HEX | #511eb9 |
| RGB | rgb(81, 30, 185) |
| HSL | hsl(260, 72%, 42%) |
| CMYK | cmyk(56%, 84%, 0%, 28%) |
| LAB | lab(29.9 57.3 -71.5) |
| LCH | lch(29.9 91.6 308.7) |
| OKLCH | oklch(0.422 0.216 287.9) |
Copy-ready code
/* CSS */
color: #511eb9;
background-color: #511eb9;
/* Tailwind (arbitrary) */
class="text-[#511eb9] bg-[#511eb9]"
/* SCSS */
$brand: #511eb9;
/* SwiftUI */
Color(red: 0.318, green: 0.118, blue: 0.725)
/* Android */
Color.parseColor("#511eb9")Accessibility — WCAG contrast
Aa
#511eb9 on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511eb9 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green11.8%
Blue72.5%
CMYK percentages
Cyan56.2%
Magenta83.8%
Yellow0.0%
Key (black)27.5%
Color previews
#511eb9 text on a black background
contrast 2.24:1
Card sample
#511eb9 text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511eb9;
Background color
Panel with #511eb9 background
background-color: #511eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 30, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 30, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511eb9; background: linear-gradient(135deg, #511eb9, #B81EB9);