#8700ae
a dark, electric violet · warm · closest name: indigo
RGB
135, 0, 174
HSL
287°, 100%, 34%
CMYK
22, 100, 0, 32
Luminance
0.0821
Every format
| HEX | #8700ae |
| RGB | rgb(135, 0, 174) |
| HSL | hsl(287, 100%, 34%) |
| CMYK | cmyk(22%, 100%, 0%, 32%) |
| LAB | lab(34.4 67.9 -57.1) |
| LCH | lch(34.4 88.7 319.9) |
| OKLCH | oklch(0.466 0.229 315.1) |
Copy-ready code
/* CSS */
color: #8700ae;
background-color: #8700ae;
/* Tailwind (arbitrary) */
class="text-[#8700ae] bg-[#8700ae]"
/* SCSS */
$brand: #8700ae;
/* SwiftUI */
Color(red: 0.529, green: 0.000, blue: 0.682)
/* Android */
Color.parseColor("#8700ae")Accessibility — WCAG contrast
Aa
#8700ae on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8700ae on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green0.0%
Blue68.2%
CMYK percentages
Cyan22.4%
Magenta100.0%
Yellow0.0%
Key (black)31.8%
Color previews
#8700ae text on a black background
contrast 2.64:1
Card sample
#8700ae text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8700ae;
Background color
Panel with #8700ae background
background-color: #8700ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8700ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 0, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 0, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8700ae; background: linear-gradient(135deg, #8700ae, #AE0061);