#5b18be
a dark, electric violet · warm · closest name: indigo
RGB
91, 24, 190
HSL
264°, 78%, 42%
CMYK
52, 87, 0, 26
Luminance
0.0660
Every format
| HEX | #5b18be |
| RGB | rgb(91, 24, 190) |
| HSL | hsl(264, 78%, 42%) |
| CMYK | cmyk(52%, 87%, 0%, 26%) |
| LAB | lab(30.9 61.6 -72.7) |
| LCH | lch(30.9 95.3 310.3) |
| OKLCH | oklch(0.433 0.225 291.7) |
Copy-ready code
/* CSS */
color: #5b18be;
background-color: #5b18be;
/* Tailwind (arbitrary) */
class="text-[#5b18be] bg-[#5b18be]"
/* SCSS */
$brand: #5b18be;
/* SwiftUI */
Color(red: 0.357, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#5b18be")Accessibility — WCAG contrast
Aa
#5b18be on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b18be on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green9.4%
Blue74.5%
CMYK percentages
Cyan52.1%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#5b18be text on a black background
contrast 2.32:1
Card sample
#5b18be text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b18be;
Background color
Panel with #5b18be background
background-color: #5b18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b18be; background: linear-gradient(135deg, #5b18be, #BE18B3);