#5409eb
a balanced, electric violet · warm · closest name: blue
RGB
84, 9, 235
HSL
260°, 93%, 48%
CMYK
64, 96, 0, 8
Luminance
0.0808
Every format
| HEX | #5409eb |
| RGB | rgb(84, 9, 235) |
| HSL | hsl(260, 93%, 48%) |
| CMYK | cmyk(64%, 96%, 0%, 8%) |
| LAB | lab(34.1 74.9 -93.4) |
| LCH | lch(34.1 119.7 308.7) |
| OKLCH | oklch(0.468 0.275 281.9) |
Copy-ready code
/* CSS */
color: #5409eb;
background-color: #5409eb;
/* Tailwind (arbitrary) */
class="text-[#5409eb] bg-[#5409eb]"
/* SCSS */
$brand: #5409eb;
/* SwiftUI */
Color(red: 0.329, green: 0.035, blue: 0.922)
/* Android */
Color.parseColor("#5409eb")Accessibility — WCAG contrast
Aa
#5409eb on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5409eb on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green3.5%
Blue92.2%
CMYK percentages
Cyan64.3%
Magenta96.2%
Yellow0.0%
Key (black)7.8%
Color previews
#5409eb text on a black background
contrast 2.62:1
Card sample
#5409eb text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5409eb;
Background color
Panel with #5409eb background
background-color: #5409eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5409eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 9, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 9, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5409eb; background: linear-gradient(135deg, #5409eb, #EA09EB);