#9c01cb
a dark, electric violet · warm · closest name: magenta
RGB
156, 1, 203
HSL
286°, 99%, 40%
CMYK
23, 100, 0, 20
Luminance
0.1140
Every format
| HEX | #9c01cb |
| RGB | rgb(156, 1, 203) |
| HSL | hsl(286, 99%, 40%) |
| CMYK | cmyk(23%, 100%, 0%, 20%) |
| LAB | lab(40.3 75.8 -64.6) |
| LCH | lch(40.3 99.5 319.6) |
| OKLCH | oklch(0.520 0.256 314.5) |
Copy-ready code
/* CSS */
color: #9c01cb;
background-color: #9c01cb;
/* Tailwind (arbitrary) */
class="text-[#9c01cb] bg-[#9c01cb]"
/* SCSS */
$brand: #9c01cb;
/* SwiftUI */
Color(red: 0.612, green: 0.004, blue: 0.796)
/* Android */
Color.parseColor("#9c01cb")Accessibility — WCAG contrast
Aa
#9c01cb on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c01cb on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green0.4%
Blue79.6%
CMYK percentages
Cyan23.2%
Magenta99.5%
Yellow0.0%
Key (black)20.4%
Color previews
#9c01cb text on a black background
contrast 3.28:1
Card sample
#9c01cb text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c01cb;
Background color
Panel with #9c01cb background
background-color: #9c01cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c01cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 1, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 1, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c01cb; background: linear-gradient(135deg, #9c01cb, #CB0173);