#5218be
a dark, electric violet · warm · closest name: navy
RGB
82, 24, 190
HSL
261°, 78%, 42%
CMYK
57, 87, 0, 26
Luminance
0.0616
Every format
| HEX | #5218be |
| RGB | rgb(82, 24, 190) |
| HSL | hsl(261, 78%, 42%) |
| CMYK | cmyk(57%, 87%, 0%, 26%) |
| LAB | lab(29.8 60.8 -74.5) |
| LCH | lch(29.8 96.1 309.2) |
| OKLCH | oklch(0.423 0.225 287.8) |
Copy-ready code
/* CSS */
color: #5218be;
background-color: #5218be;
/* Tailwind (arbitrary) */
class="text-[#5218be] bg-[#5218be]"
/* SCSS */
$brand: #5218be;
/* SwiftUI */
Color(red: 0.322, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#5218be")Accessibility — WCAG contrast
Aa
#5218be on white: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5218be on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green9.4%
Blue74.5%
CMYK percentages
Cyan56.8%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#5218be text on a black background
contrast 2.23:1
Card sample
#5218be text on a white background
contrast 9.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5218be;
Background color
Panel with #5218be background
background-color: #5218be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5218be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5218be; background: linear-gradient(135deg, #5218be, #BE18BB);