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