#5216cf
a dark, electric violet · warm · closest name: blue
RGB
82, 22, 207
HSL
260°, 81%, 45%
CMYK
60, 89, 0, 19
Luminance
0.0687
Every format
| HEX | #5216cf |
| RGB | rgb(82, 22, 207) |
| HSL | hsl(260, 81%, 45%) |
| CMYK | cmyk(60%, 89%, 0%, 19%) |
| LAB | lab(31.5 65.6 -81.6) |
| LCH | lch(31.5 104.7 308.8) |
| OKLCH | oklch(0.440 0.243 284.9) |
Copy-ready code
/* CSS */
color: #5216cf;
background-color: #5216cf;
/* Tailwind (arbitrary) */
class="text-[#5216cf] bg-[#5216cf]"
/* SCSS */
$brand: #5216cf;
/* SwiftUI */
Color(red: 0.322, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#5216cf")Accessibility — WCAG contrast
Aa
#5216cf on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5216cf on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green8.6%
Blue81.2%
CMYK percentages
Cyan60.4%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#5216cf text on a black background
contrast 2.37:1
Card sample
#5216cf text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5216cf;
Background color
Panel with #5216cf background
background-color: #5216cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5216cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5216cf; background: linear-gradient(135deg, #5216cf, #CD16CF);