#8c01cb
a dark, electric violet · warm · closest name: indigo
RGB
140, 1, 203
HSL
281°, 99%, 40%
CMYK
31, 100, 0, 20
Luminance
0.0991
Every format
| HEX | #8c01cb |
| RGB | rgb(140, 1, 203) |
| HSL | hsl(281, 99%, 40%) |
| CMYK | cmyk(31%, 100%, 0%, 20%) |
| LAB | lab(37.7 73.8 -68.9) |
| LCH | lch(37.7 100.9 317.0) |
| OKLCH | oklch(0.497 0.252 309.0) |
Copy-ready code
/* CSS */
color: #8c01cb;
background-color: #8c01cb;
/* Tailwind (arbitrary) */
class="text-[#8c01cb] bg-[#8c01cb]"
/* SCSS */
$brand: #8c01cb;
/* SwiftUI */
Color(red: 0.549, green: 0.004, blue: 0.796)
/* Android */
Color.parseColor("#8c01cb")Accessibility — WCAG contrast
Aa
#8c01cb on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c01cb on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green0.4%
Blue79.6%
CMYK percentages
Cyan31.0%
Magenta99.5%
Yellow0.0%
Key (black)20.4%
Color previews
#8c01cb text on a black background
contrast 2.98:1
Card sample
#8c01cb text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c01cb;
Background color
Panel with #8c01cb background
background-color: #8c01cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c01cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 1, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 1, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c01cb; background: linear-gradient(135deg, #8c01cb, #CB0183);