#5800eb
a balanced, electric violet · warm · closest name: blue
RGB
88, 0, 235
HSL
263°, 100%, 46%
CMYK
63, 100, 0, 8
Luminance
0.0807
Every format
| HEX | #5800eb |
| RGB | rgb(88, 0, 235) |
| HSL | hsl(263, 100%, 46%) |
| CMYK | cmyk(63%, 100%, 0%, 8%) |
| LAB | lab(34.1 76.3 -93.4) |
| LCH | lch(34.1 120.6 309.3) |
| OKLCH | oklch(0.469 0.277 283.5) |
Copy-ready code
/* CSS */
color: #5800eb;
background-color: #5800eb;
/* Tailwind (arbitrary) */
class="text-[#5800eb] bg-[#5800eb]"
/* SCSS */
$brand: #5800eb;
/* SwiftUI */
Color(red: 0.345, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#5800eb")Accessibility — WCAG contrast
Aa
#5800eb on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5800eb on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green0.0%
Blue92.2%
CMYK percentages
Cyan62.6%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#5800eb text on a black background
contrast 2.61:1
Card sample
#5800eb text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5800eb;
Background color
Panel with #5800eb background
background-color: #5800eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5800eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5800eb; background: linear-gradient(135deg, #5800eb, #EB00E1);