#8c1fbc
a dark, vivid violet · warm · closest name: indigo
RGB
140, 31, 188
HSL
282°, 72%, 43%
CMYK
26, 84, 0, 26
Luminance
0.1019
Every format
| HEX | #8c1fbc |
| RGB | rgb(140, 31, 188) |
| HSL | hsl(282, 72%, 43%) |
| CMYK | cmyk(26%, 84%, 0%, 26%) |
| LAB | lab(38.2 65.8 -59.3) |
| LCH | lch(38.2 88.5 318.0) |
| OKLCH | oklch(0.497 0.227 312.1) |
Copy-ready code
/* CSS */
color: #8c1fbc;
background-color: #8c1fbc;
/* Tailwind (arbitrary) */
class="text-[#8c1fbc] bg-[#8c1fbc]"
/* SCSS */
$brand: #8c1fbc;
/* SwiftUI */
Color(red: 0.549, green: 0.122, blue: 0.737)
/* Android */
Color.parseColor("#8c1fbc")Accessibility — WCAG contrast
Aa
#8c1fbc on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c1fbc on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green12.2%
Blue73.7%
CMYK percentages
Cyan25.5%
Magenta83.5%
Yellow0.0%
Key (black)26.3%
Color previews
#8c1fbc text on a black background
contrast 3.04:1
Card sample
#8c1fbc text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c1fbc;
Background color
Panel with #8c1fbc background
background-color: #8c1fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c1fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 31, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 31, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c1fbc; background: linear-gradient(135deg, #8c1fbc, #BC1F83);