#8e06ac
a dark, electric violet · warm · closest name: purple
RGB
142, 6, 172
HSL
289°, 93%, 35%
CMYK
17, 97, 0, 33
Luminance
0.0886
Every format
| HEX | #8e06ac |
| RGB | rgb(142, 6, 172) |
| HSL | hsl(289, 93%, 35%) |
| CMYK | cmyk(17%, 97%, 0%, 33%) |
| LAB | lab(35.7 67.7 -53.8) |
| LCH | lch(35.7 86.5 321.5) |
| OKLCH | oklch(0.477 0.228 318.2) |
Copy-ready code
/* CSS */
color: #8e06ac;
background-color: #8e06ac;
/* Tailwind (arbitrary) */
class="text-[#8e06ac] bg-[#8e06ac]"
/* SCSS */
$brand: #8e06ac;
/* SwiftUI */
Color(red: 0.557, green: 0.024, blue: 0.675)
/* Android */
Color.parseColor("#8e06ac")Accessibility — WCAG contrast
Aa
#8e06ac on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8e06ac on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green2.4%
Blue67.5%
CMYK percentages
Cyan17.4%
Magenta96.5%
Yellow0.0%
Key (black)32.5%
Color previews
#8e06ac text on a black background
contrast 2.77:1
Card sample
#8e06ac text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e06ac;
Background color
Panel with #8e06ac background
background-color: #8e06ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e06ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 6, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 6, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e06ac; background: linear-gradient(135deg, #8e06ac, #AC065B);