#5214b8
a dark, electric violet · warm · closest name: navy
RGB
82, 20, 184
HSL
263°, 80%, 40%
CMYK
55, 89, 0, 28
Luminance
0.0575
Every format
| HEX | #5214b8 |
| RGB | rgb(82, 20, 184) |
| HSL | hsl(263, 80%, 40%) |
| CMYK | cmyk(55%, 89%, 0%, 28%) |
| LAB | lab(28.8 60.4 -72.6) |
| LCH | lch(28.8 94.5 309.7) |
| OKLCH | oklch(0.414 0.221 289.3) |
Copy-ready code
/* CSS */
color: #5214b8;
background-color: #5214b8;
/* Tailwind (arbitrary) */
class="text-[#5214b8] bg-[#5214b8]"
/* SCSS */
$brand: #5214b8;
/* SwiftUI */
Color(red: 0.322, green: 0.078, blue: 0.722)
/* Android */
Color.parseColor("#5214b8")Accessibility — WCAG contrast
Aa
#5214b8 on white: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5214b8 on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green7.8%
Blue72.2%
CMYK percentages
Cyan55.4%
Magenta89.1%
Yellow0.0%
Key (black)27.8%
Color previews
#5214b8 text on a black background
contrast 2.15:1
Card sample
#5214b8 text on a white background
contrast 9.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5214b8;
Background color
Panel with #5214b8 background
background-color: #5214b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5214b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 20, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 20, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5214b8; background: linear-gradient(135deg, #5214b8, #B814B1);