#8216cf
a dark, electric violet · warm · closest name: indigo
RGB
130, 22, 207
HSL
275°, 81%, 45%
CMYK
37, 89, 0, 19
Luminance
0.0982
Every format
| HEX | #8216cf |
| RGB | rgb(130, 22, 207) |
| HSL | hsl(275, 81%, 45%) |
| CMYK | cmyk(37%, 89%, 0%, 19%) |
| LAB | lab(37.5 70.4 -71.5) |
| LCH | lch(37.5 100.3 314.5) |
| OKLCH | oklch(0.494 0.246 303.8) |
Copy-ready code
/* CSS */
color: #8216cf;
background-color: #8216cf;
/* Tailwind (arbitrary) */
class="text-[#8216cf] bg-[#8216cf]"
/* SCSS */
$brand: #8216cf;
/* SwiftUI */
Color(red: 0.510, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#8216cf")Accessibility — WCAG contrast
Aa
#8216cf on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8216cf on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green8.6%
Blue81.2%
CMYK percentages
Cyan37.2%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#8216cf text on a black background
contrast 2.96:1
Card sample
#8216cf text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8216cf;
Background color
Panel with #8216cf background
background-color: #8216cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8216cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8216cf; background: linear-gradient(135deg, #8216cf, #CF16A1);