#8716ac
a dark, electric violet · warm · closest name: purple
RGB
135, 22, 172
HSL
285°, 77%, 38%
CMYK
22, 87, 0, 33
Luminance
0.0870
Every format
| HEX | #8716ac |
| RGB | rgb(135, 22, 172) |
| HSL | hsl(285, 77%, 38%) |
| CMYK | cmyk(22%, 87%, 0%, 33%) |
| LAB | lab(35.4 64.1 -54.3) |
| LCH | lch(35.4 84.0 319.7) |
| OKLCH | oklch(0.472 0.218 315.2) |
Copy-ready code
/* CSS */
color: #8716ac;
background-color: #8716ac;
/* Tailwind (arbitrary) */
class="text-[#8716ac] bg-[#8716ac]"
/* SCSS */
$brand: #8716ac;
/* SwiftUI */
Color(red: 0.529, green: 0.086, blue: 0.675)
/* Android */
Color.parseColor("#8716ac")Accessibility — WCAG contrast
Aa
#8716ac on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8716ac on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green8.6%
Blue67.5%
CMYK percentages
Cyan21.5%
Magenta87.2%
Yellow0.0%
Key (black)32.5%
Color previews
#8716ac text on a black background
contrast 2.74:1
Card sample
#8716ac text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8716ac;
Background color
Panel with #8716ac background
background-color: #8716ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8716ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 22, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 22, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8716ac; background: linear-gradient(135deg, #8716ac, #AC166D);