#8c01cf
a dark, electric violet · warm · closest name: indigo
RGB
140, 1, 207
HSL
281°, 99%, 41%
CMYK
32, 100, 0, 19
Luminance
0.1010
Every format
| HEX | #8c01cf |
| RGB | rgb(140, 1, 207) |
| HSL | hsl(281, 99%, 41%) |
| CMYK | cmyk(32%, 100%, 0%, 19%) |
| LAB | lab(38.0 74.5 -70.6) |
| LCH | lch(38.0 102.7 316.5) |
| OKLCH | oklch(0.501 0.256 308.0) |
Copy-ready code
/* CSS */
color: #8c01cf;
background-color: #8c01cf;
/* Tailwind (arbitrary) */
class="text-[#8c01cf] bg-[#8c01cf]"
/* SCSS */
$brand: #8c01cf;
/* SwiftUI */
Color(red: 0.549, green: 0.004, blue: 0.812)
/* Android */
Color.parseColor("#8c01cf")Accessibility — WCAG contrast
Aa
#8c01cf on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c01cf on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green0.4%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta99.5%
Yellow0.0%
Key (black)18.8%
Color previews
#8c01cf text on a black background
contrast 3.02:1
Card sample
#8c01cf text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c01cf;
Background color
Panel with #8c01cf background
background-color: #8c01cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c01cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 1, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 1, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c01cf; background: linear-gradient(135deg, #8c01cf, #CF0189);