#8c1fab
a dark, vivid violet · warm · closest name: purple
RGB
140, 31, 171
HSL
287°, 69%, 40%
CMYK
18, 82, 0, 33
Luminance
0.0950
Every format
| HEX | #8c1fab |
| RGB | rgb(140, 31, 171) |
| HSL | hsl(287, 69%, 40%) |
| CMYK | cmyk(18%, 82%, 0%, 33%) |
| LAB | lab(36.9 62.5 -51.2) |
| LCH | lch(36.9 80.8 320.6) |
| OKLCH | oklch(0.484 0.212 317.1) |
Copy-ready code
/* CSS */
color: #8c1fab;
background-color: #8c1fab;
/* Tailwind (arbitrary) */
class="text-[#8c1fab] bg-[#8c1fab]"
/* SCSS */
$brand: #8c1fab;
/* SwiftUI */
Color(red: 0.549, green: 0.122, blue: 0.671)
/* Android */
Color.parseColor("#8c1fab")Accessibility — WCAG contrast
Aa
#8c1fab on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c1fab on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green12.2%
Blue67.1%
CMYK percentages
Cyan18.1%
Magenta81.9%
Yellow0.0%
Key (black)32.9%
Color previews
#8c1fab text on a black background
contrast 2.90:1
Card sample
#8c1fab text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c1fab;
Background color
Panel with #8c1fab background
background-color: #8c1fab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c1fab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 31, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 31, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c1fab; background: linear-gradient(135deg, #8c1fab, #AB1F6D);