#8702df
a dark, electric violet · warm · closest name: blue
RGB
135, 2, 223
HSL
276°, 98%, 44%
CMYK
40, 99, 0, 13
Luminance
0.1052
Every format
| HEX | #8702df |
| RGB | rgb(135, 2, 223) |
| HSL | hsl(276, 98%, 44%) |
| CMYK | cmyk(40%, 99%, 0%, 13%) |
| LAB | lab(38.8 77.0 -78.7) |
| LCH | lch(38.8 110.1 314.4) |
| OKLCH | oklch(0.509 0.267 302.5) |
Copy-ready code
/* CSS */
color: #8702df;
background-color: #8702df;
/* Tailwind (arbitrary) */
class="text-[#8702df] bg-[#8702df]"
/* SCSS */
$brand: #8702df;
/* SwiftUI */
Color(red: 0.529, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#8702df")Accessibility — WCAG contrast
Aa
#8702df on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8702df on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green0.8%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8702df text on a black background
contrast 3.10:1
Card sample
#8702df text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8702df;
Background color
Panel with #8702df background
background-color: #8702df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8702df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8702df; background: linear-gradient(135deg, #8702df, #DF02A4);