#8c3ca0
a dark, vivid violet · warm · closest name: purple
RGB
140, 60, 160
HSL
288°, 46%, 43%
CMYK
13, 63, 0, 37
Luminance
0.1135
Every format
| HEX | #8c3ca0 |
| RGB | rgb(140, 60, 160) |
| HSL | hsl(288, 46%, 43%) |
| CMYK | cmyk(13%, 63%, 0%, 37%) |
| LAB | lab(40.2 49.1 -39.5) |
| LCH | lch(40.2 63.0 321.2) |
| OKLCH | oklch(0.505 0.168 319.1) |
Copy-ready code
/* CSS */
color: #8c3ca0;
background-color: #8c3ca0;
/* Tailwind (arbitrary) */
class="text-[#8c3ca0] bg-[#8c3ca0]"
/* SCSS */
$brand: #8c3ca0;
/* SwiftUI */
Color(red: 0.549, green: 0.235, blue: 0.627)
/* Android */
Color.parseColor("#8c3ca0")Accessibility — WCAG contrast
Aa
#8c3ca0 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c3ca0 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green23.5%
Blue62.7%
CMYK percentages
Cyan12.5%
Magenta62.5%
Yellow0.0%
Key (black)37.3%
Color previews
#8c3ca0 text on a black background
contrast 3.27:1
Card sample
#8c3ca0 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c3ca0;
Background color
Panel with #8c3ca0 background
background-color: #8c3ca0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c3ca0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 60, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 60, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c3ca0; background: linear-gradient(135deg, #8c3ca0, #A03C71);