#8f0cd1
a dark, electric violet · warm · closest name: magenta
RGB
143, 12, 209
HSL
280°, 89%, 43%
CMYK
32, 94, 0, 18
Luminance
0.1071
Every format
| HEX | #8f0cd1 |
| RGB | rgb(143, 12, 209) |
| HSL | hsl(280, 89%, 43%) |
| CMYK | cmyk(32%, 94%, 0%, 18%) |
| LAB | lab(39.1 74.0 -70.1) |
| LCH | lch(39.1 101.9 316.6) |
| OKLCH | oklch(0.509 0.254 308.4) |
Copy-ready code
/* CSS */
color: #8f0cd1;
background-color: #8f0cd1;
/* Tailwind (arbitrary) */
class="text-[#8f0cd1] bg-[#8f0cd1]"
/* SCSS */
$brand: #8f0cd1;
/* SwiftUI */
Color(red: 0.561, green: 0.047, blue: 0.820)
/* Android */
Color.parseColor("#8f0cd1")Accessibility — WCAG contrast
Aa
#8f0cd1 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f0cd1 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green4.7%
Blue82.0%
CMYK percentages
Cyan31.6%
Magenta94.3%
Yellow0.0%
Key (black)18.0%
Color previews
#8f0cd1 text on a black background
contrast 3.14:1
Card sample
#8f0cd1 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f0cd1;
Background color
Panel with #8f0cd1 background
background-color: #8f0cd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f0cd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 12, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 12, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f0cd1; background: linear-gradient(135deg, #8f0cd1, #D10C90);