#5215cd
a dark, electric violet · warm · closest name: blue
RGB
82, 21, 205
HSL
260°, 81%, 44%
CMYK
60, 90, 0, 20
Luminance
0.0674
Every format
| HEX | #5215cd |
| RGB | rgb(82, 21, 205) |
| HSL | hsl(260, 81%, 44%) |
| CMYK | cmyk(60%, 90%, 0%, 20%) |
| LAB | lab(31.2 65.3 -81.0) |
| LCH | lch(31.2 104.1 308.9) |
| OKLCH | oklch(0.438 0.242 285.3) |
Copy-ready code
/* CSS */
color: #5215cd;
background-color: #5215cd;
/* Tailwind (arbitrary) */
class="text-[#5215cd] bg-[#5215cd]"
/* SCSS */
$brand: #5215cd;
/* SwiftUI */
Color(red: 0.322, green: 0.082, blue: 0.804)
/* Android */
Color.parseColor("#5215cd")Accessibility — WCAG contrast
Aa
#5215cd on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5215cd on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green8.2%
Blue80.4%
CMYK percentages
Cyan60.0%
Magenta89.8%
Yellow0.0%
Key (black)19.6%
Color previews
#5215cd text on a black background
contrast 2.35:1
Card sample
#5215cd text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5215cd;
Background color
Panel with #5215cd background
background-color: #5215cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5215cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 21, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 21, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5215cd; background: linear-gradient(135deg, #5215cd, #CD15CD);