#9c16cf
a dark, electric violet · warm · closest name: magenta
RGB
156, 22, 207
HSL
284°, 81%, 45%
CMYK
25, 89, 0, 19
Luminance
0.1215
Every format
| HEX | #9c16cf |
| RGB | rgb(156, 22, 207) |
| HSL | hsl(284, 81%, 45%) |
| CMYK | cmyk(25%, 89%, 0%, 19%) |
| LAB | lab(41.5 73.8 -65.0) |
| LCH | lch(41.5 98.3 318.7) |
| OKLCH | oklch(0.529 0.252 313.1) |
Copy-ready code
/* CSS */
color: #9c16cf;
background-color: #9c16cf;
/* Tailwind (arbitrary) */
class="text-[#9c16cf] bg-[#9c16cf]"
/* SCSS */
$brand: #9c16cf;
/* SwiftUI */
Color(red: 0.612, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#9c16cf")Accessibility — WCAG contrast
Aa
#9c16cf on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c16cf on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green8.6%
Blue81.2%
CMYK percentages
Cyan24.6%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#9c16cf text on a black background
contrast 3.43:1
Card sample
#9c16cf text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c16cf;
Background color
Panel with #9c16cf background
background-color: #9c16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c16cf; background: linear-gradient(135deg, #9c16cf, #CF1687);