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