#5409ba
a dark, electric violet · warm · closest name: navy
RGB
84, 9, 186
HSL
265°, 91%, 38%
CMYK
55, 95, 0, 27
Luminance
0.0563
Every format
| HEX | #5409ba |
| RGB | rgb(84, 9, 186) |
| HSL | hsl(265, 91%, 38%) |
| CMYK | cmyk(55%, 95%, 0%, 27%) |
| LAB | lab(28.4 63.5 -74.4) |
| LCH | lch(28.4 97.8 310.5) |
| OKLCH | oklch(0.413 0.228 290.3) |
Copy-ready code
/* CSS */
color: #5409ba;
background-color: #5409ba;
/* Tailwind (arbitrary) */
class="text-[#5409ba] bg-[#5409ba]"
/* SCSS */
$brand: #5409ba;
/* SwiftUI */
Color(red: 0.329, green: 0.035, blue: 0.729)
/* Android */
Color.parseColor("#5409ba")Accessibility — WCAG contrast
Aa
#5409ba on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5409ba on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green3.5%
Blue72.9%
CMYK percentages
Cyan54.8%
Magenta95.2%
Yellow0.0%
Key (black)27.1%
Color previews
#5409ba text on a black background
contrast 2.13:1
Card sample
#5409ba text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5409ba;
Background color
Panel with #5409ba background
background-color: #5409ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5409ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 9, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 9, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5409ba; background: linear-gradient(135deg, #5409ba, #BA09AA);