#8722ca
a balanced, vivid violet · warm · closest name: indigo
RGB
135, 34, 202
HSL
276°, 71%, 46%
CMYK
33, 83, 0, 21
Luminance
0.1056
Every format
| HEX | #8722ca |
| RGB | rgb(135, 34, 202) |
| HSL | hsl(276, 71%, 46%) |
| CMYK | cmyk(33%, 83%, 0%, 21%) |
| LAB | lab(38.8 67.0 -66.5) |
| LCH | lch(38.8 94.4 315.2) |
| OKLCH | oklch(0.503 0.235 306.3) |
Copy-ready code
/* CSS */
color: #8722ca;
background-color: #8722ca;
/* Tailwind (arbitrary) */
class="text-[#8722ca] bg-[#8722ca]"
/* SCSS */
$brand: #8722ca;
/* SwiftUI */
Color(red: 0.529, green: 0.133, blue: 0.792)
/* Android */
Color.parseColor("#8722ca")Accessibility — WCAG contrast
Aa
#8722ca on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8722ca on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green13.3%
Blue79.2%
CMYK percentages
Cyan33.2%
Magenta83.2%
Yellow0.0%
Key (black)20.8%
Color previews
#8722ca text on a black background
contrast 3.11:1
Card sample
#8722ca text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8722ca;
Background color
Panel with #8722ca background
background-color: #8722ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8722ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 34, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 34, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8722ca; background: linear-gradient(135deg, #8722ca, #CA229D);