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