#8f0cd7
a dark, electric violet · warm · closest name: magenta
RGB
143, 12, 215
HSL
279°, 89%, 45%
CMYK
34, 94, 0, 16
Luminance
0.1101
Every format
| HEX | #8f0cd7 |
| RGB | rgb(143, 12, 215) |
| HSL | hsl(279, 89%, 45%) |
| CMYK | cmyk(34%, 94%, 0%, 16%) |
| LAB | lab(39.6 75.2 -72.7) |
| LCH | lch(39.6 104.6 316.0) |
| OKLCH | oklch(0.514 0.259 306.9) |
Copy-ready code
/* CSS */
color: #8f0cd7;
background-color: #8f0cd7;
/* Tailwind (arbitrary) */
class="text-[#8f0cd7] bg-[#8f0cd7]"
/* SCSS */
$brand: #8f0cd7;
/* SwiftUI */
Color(red: 0.561, green: 0.047, blue: 0.843)
/* Android */
Color.parseColor("#8f0cd7")Accessibility — WCAG contrast
Aa
#8f0cd7 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f0cd7 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green4.7%
Blue84.3%
CMYK percentages
Cyan33.5%
Magenta94.4%
Yellow0.0%
Key (black)15.7%
Color previews
#8f0cd7 text on a black background
contrast 3.20:1
Card sample
#8f0cd7 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f0cd7;
Background color
Panel with #8f0cd7 background
background-color: #8f0cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f0cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 12, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 12, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f0cd7; background: linear-gradient(135deg, #8f0cd7, #D70C98);