#5418ce
a balanced, electric violet · warm · closest name: navy
RGB
84, 24, 206
HSL
260°, 79%, 45%
CMYK
59, 88, 0, 19
Luminance
0.0699
Every format
| HEX | #5418ce |
| RGB | rgb(84, 24, 206) |
| HSL | hsl(260, 79%, 45%) |
| CMYK | cmyk(59%, 88%, 0%, 19%) |
| LAB | lab(31.8 64.9 -80.6) |
| LCH | lch(31.8 103.5 308.9) |
| OKLCH | oklch(0.442 0.241 285.8) |
Copy-ready code
/* CSS */
color: #5418ce;
background-color: #5418ce;
/* Tailwind (arbitrary) */
class="text-[#5418ce] bg-[#5418ce]"
/* SCSS */
$brand: #5418ce;
/* SwiftUI */
Color(red: 0.329, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#5418ce")Accessibility — WCAG contrast
Aa
#5418ce on white: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5418ce on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green9.4%
Blue80.8%
CMYK percentages
Cyan59.2%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#5418ce text on a black background
contrast 2.40:1
Card sample
#5418ce text on a white background
contrast 8.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5418ce;
Background color
Panel with #5418ce background
background-color: #5418ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5418ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5418ce; background: linear-gradient(135deg, #5418ce, #CD18CE);