#8c0ccc
a dark, electric violet · warm · closest name: indigo
RGB
140, 12, 204
HSL
280°, 89%, 42%
CMYK
31, 94, 0, 20
Luminance
0.1020
Every format
| HEX | #8c0ccc |
| RGB | rgb(140, 12, 204) |
| HSL | hsl(280, 89%, 42%) |
| CMYK | cmyk(31%, 94%, 0%, 20%) |
| LAB | lab(38.2 72.7 -68.6) |
| LCH | lch(38.2 99.9 316.6) |
| OKLCH | oklch(0.501 0.250 308.5) |
Copy-ready code
/* CSS */
color: #8c0ccc;
background-color: #8c0ccc;
/* Tailwind (arbitrary) */
class="text-[#8c0ccc] bg-[#8c0ccc]"
/* SCSS */
$brand: #8c0ccc;
/* SwiftUI */
Color(red: 0.549, green: 0.047, blue: 0.800)
/* Android */
Color.parseColor("#8c0ccc")Accessibility — WCAG contrast
Aa
#8c0ccc on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c0ccc on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green4.7%
Blue80.0%
CMYK percentages
Cyan31.4%
Magenta94.1%
Yellow0.0%
Key (black)20.0%
Color previews
#8c0ccc text on a black background
contrast 3.04:1
Card sample
#8c0ccc text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c0ccc;
Background color
Panel with #8c0ccc background
background-color: #8c0ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c0ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 12, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 12, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c0ccc; background: linear-gradient(135deg, #8c0ccc, #CC0C8C);