#8002cf
a dark, electric violet · warm · closest name: indigo
RGB
128, 2, 207
HSL
277°, 98%, 41%
CMYK
38, 99, 0, 19
Luminance
0.0914
Every format
| HEX | #8002cf |
| RGB | rgb(128, 2, 207) |
| HSL | hsl(277, 98%, 41%) |
| CMYK | cmyk(38%, 99%, 0%, 19%) |
| LAB | lab(36.3 73.1 -73.6) |
| LCH | lch(36.3 103.8 314.8) |
| OKLCH | oklch(0.485 0.253 303.7) |
Copy-ready code
/* CSS */
color: #8002cf;
background-color: #8002cf;
/* Tailwind (arbitrary) */
class="text-[#8002cf] bg-[#8002cf]"
/* SCSS */
$brand: #8002cf;
/* SwiftUI */
Color(red: 0.502, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#8002cf")Accessibility — WCAG contrast
Aa
#8002cf on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8002cf on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green0.8%
Blue81.2%
CMYK percentages
Cyan38.2%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#8002cf text on a black background
contrast 2.83:1
Card sample
#8002cf text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8002cf;
Background color
Panel with #8002cf background
background-color: #8002cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8002cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8002cf; background: linear-gradient(135deg, #8002cf, #CF0295);