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