#9c03cc
a dark, electric violet · warm · closest name: magenta
RGB
156, 3, 204
HSL
286°, 97%, 41%
CMYK
24, 99, 0, 20
Luminance
0.1149
Every format
| HEX | #9c03cc |
| RGB | rgb(156, 3, 204) |
| HSL | hsl(286, 97%, 41%) |
| CMYK | cmyk(24%, 99%, 0%, 20%) |
| LAB | lab(40.4 75.7 -64.9) |
| LCH | lch(40.4 99.7 319.4) |
| OKLCH | oklch(0.521 0.257 314.2) |
Copy-ready code
/* CSS */
color: #9c03cc;
background-color: #9c03cc;
/* Tailwind (arbitrary) */
class="text-[#9c03cc] bg-[#9c03cc]"
/* SCSS */
$brand: #9c03cc;
/* SwiftUI */
Color(red: 0.612, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#9c03cc")Accessibility — WCAG contrast
Aa
#9c03cc on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c03cc on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green1.2%
Blue80.0%
CMYK percentages
Cyan23.5%
Magenta98.5%
Yellow0.0%
Key (black)20.0%
Color previews
#9c03cc text on a black background
contrast 3.30:1
Card sample
#9c03cc text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c03cc;
Background color
Panel with #9c03cc background
background-color: #9c03cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c03cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 3, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 3, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c03cc; background: linear-gradient(135deg, #9c03cc, #CC0376);