#5918be
a dark, electric violet · warm · closest name: navy
RGB
89, 24, 190
HSL
264°, 78%, 42%
CMYK
53, 87, 0, 26
Luminance
0.0649
Every format
| HEX | #5918be |
| RGB | rgb(89, 24, 190) |
| HSL | hsl(264, 78%, 42%) |
| CMYK | cmyk(53%, 87%, 0%, 26%) |
| LAB | lab(30.6 61.4 -73.1) |
| LCH | lch(30.6 95.5 310.0) |
| OKLCH | oklch(0.431 0.225 290.9) |
Copy-ready code
/* CSS */
color: #5918be;
background-color: #5918be;
/* Tailwind (arbitrary) */
class="text-[#5918be] bg-[#5918be]"
/* SCSS */
$brand: #5918be;
/* SwiftUI */
Color(red: 0.349, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#5918be")Accessibility — WCAG contrast
Aa
#5918be on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5918be on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green9.4%
Blue74.5%
CMYK percentages
Cyan53.2%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#5918be text on a black background
contrast 2.30:1
Card sample
#5918be text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5918be;
Background color
Panel with #5918be background
background-color: #5918be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5918be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5918be; background: linear-gradient(135deg, #5918be, #BE18B5);