#8c01bd
a dark, electric violet · warm · closest name: indigo
RGB
140, 1, 189
HSL
284°, 99%, 37%
CMYK
26, 100, 0, 26
Luminance
0.0927
Every format
| HEX | #8c01bd |
| RGB | rgb(140, 1, 189) |
| HSL | hsl(284, 99%, 37%) |
| CMYK | cmyk(26%, 100%, 0%, 26%) |
| LAB | lab(36.5 71.1 -62.6) |
| LCH | lch(36.5 94.8 318.6) |
| OKLCH | oklch(0.486 0.242 312.7) |
Copy-ready code
/* CSS */
color: #8c01bd;
background-color: #8c01bd;
/* Tailwind (arbitrary) */
class="text-[#8c01bd] bg-[#8c01bd]"
/* SCSS */
$brand: #8c01bd;
/* SwiftUI */
Color(red: 0.549, green: 0.004, blue: 0.741)
/* Android */
Color.parseColor("#8c01bd")Accessibility — WCAG contrast
Aa
#8c01bd on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c01bd on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green0.4%
Blue74.1%
CMYK percentages
Cyan25.9%
Magenta99.5%
Yellow0.0%
Key (black)25.9%
Color previews
#8c01bd text on a black background
contrast 2.85:1
Card sample
#8c01bd text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c01bd;
Background color
Panel with #8c01bd background
background-color: #8c01bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c01bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 1, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 1, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c01bd; background: linear-gradient(135deg, #8c01bd, #BD0171);