#5e1ba0
a dark, vivid violet · warm · closest name: indigo
RGB
94, 27, 160
HSL
270°, 71%, 37%
CMYK
41, 83, 0, 37
Luminance
0.0570
Every format
| HEX | #5e1ba0 |
| RGB | rgb(94, 27, 160) |
| HSL | hsl(270, 71%, 37%) |
| CMYK | cmyk(41%, 83%, 0%, 37%) |
| LAB | lab(28.6 53.8 -58.4) |
| LCH | lch(28.6 79.4 312.7) |
| OKLCH | oklch(0.410 0.193 300.3) |
Copy-ready code
/* CSS */
color: #5e1ba0;
background-color: #5e1ba0;
/* Tailwind (arbitrary) */
class="text-[#5e1ba0] bg-[#5e1ba0]"
/* SCSS */
$brand: #5e1ba0;
/* SwiftUI */
Color(red: 0.369, green: 0.106, blue: 0.627)
/* Android */
Color.parseColor("#5e1ba0")Accessibility — WCAG contrast
Aa
#5e1ba0 on white: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e1ba0 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green10.6%
Blue62.7%
CMYK percentages
Cyan41.3%
Magenta83.1%
Yellow0.0%
Key (black)37.3%
Color previews
#5e1ba0 text on a black background
contrast 2.14:1
Card sample
#5e1ba0 text on a white background
contrast 9.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e1ba0;
Background color
Panel with #5e1ba0 background
background-color: #5e1ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e1ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 27, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 27, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e1ba0; background: linear-gradient(135deg, #5e1ba0, #A01B8A);