#8502ab
a dark, electric violet · warm · closest name: indigo
RGB
133, 2, 171
HSL
287°, 98%, 34%
CMYK
22, 99, 0, 33
Luminance
0.0797
Every format
| HEX | #8502ab |
| RGB | rgb(133, 2, 171) |
| HSL | hsl(287, 98%, 34%) |
| CMYK | cmyk(22%, 99%, 0%, 33%) |
| LAB | lab(33.9 66.8 -56.2) |
| LCH | lch(33.9 87.3 319.9) |
| OKLCH | oklch(0.461 0.226 315.2) |
Copy-ready code
/* CSS */
color: #8502ab;
background-color: #8502ab;
/* Tailwind (arbitrary) */
class="text-[#8502ab] bg-[#8502ab]"
/* SCSS */
$brand: #8502ab;
/* SwiftUI */
Color(red: 0.522, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#8502ab")Accessibility — WCAG contrast
Aa
#8502ab on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8502ab on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.8%
Blue67.1%
CMYK percentages
Cyan22.2%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#8502ab text on a black background
contrast 2.59:1
Card sample
#8502ab text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8502ab;
Background color
Panel with #8502ab background
background-color: #8502ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8502ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8502ab; background: linear-gradient(135deg, #8502ab, #AB0260);