#5804eb
a balanced, electric violet · warm · closest name: blue
RGB
88, 4, 235
HSL
262°, 97%, 47%
CMYK
63, 98, 0, 8
Luminance
0.0816
Every format
| HEX | #5804eb |
| RGB | rgb(88, 4, 235) |
| HSL | hsl(262, 97%, 47%) |
| CMYK | cmyk(63%, 98%, 0%, 8%) |
| LAB | lab(34.3 75.8 -93.1) |
| LCH | lch(34.3 120.0 309.2) |
| OKLCH | oklch(0.470 0.276 283.4) |
Copy-ready code
/* CSS */
color: #5804eb;
background-color: #5804eb;
/* Tailwind (arbitrary) */
class="text-[#5804eb] bg-[#5804eb]"
/* SCSS */
$brand: #5804eb;
/* SwiftUI */
Color(red: 0.345, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#5804eb")Accessibility — WCAG contrast
Aa
#5804eb on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5804eb on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green1.6%
Blue92.2%
CMYK percentages
Cyan62.6%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#5804eb text on a black background
contrast 2.63:1
Card sample
#5804eb text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5804eb;
Background color
Panel with #5804eb background
background-color: #5804eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5804eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5804eb; background: linear-gradient(135deg, #5804eb, #EB04E4);