#9c0cdf
a balanced, electric violet · warm · closest name: magenta
RGB
156, 12, 223
HSL
281°, 90%, 46%
CMYK
30, 95, 0, 13
Luminance
0.1266
Every format
| HEX | #9c0cdf |
| RGB | rgb(156, 12, 223) |
| HSL | hsl(281, 90%, 46%) |
| CMYK | cmyk(30%, 95%, 0%, 13%) |
| LAB | lab(42.3 78.3 -72.9) |
| LCH | lch(42.3 106.9 317.1) |
| OKLCH | oklch(0.539 0.268 309.4) |
Copy-ready code
/* CSS */
color: #9c0cdf;
background-color: #9c0cdf;
/* Tailwind (arbitrary) */
class="text-[#9c0cdf] bg-[#9c0cdf]"
/* SCSS */
$brand: #9c0cdf;
/* SwiftUI */
Color(red: 0.612, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#9c0cdf")Accessibility — WCAG contrast
Aa
#9c0cdf on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c0cdf on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green4.7%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#9c0cdf text on a black background
contrast 3.53:1
Card sample
#9c0cdf text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c0cdf;
Background color
Panel with #9c0cdf background
background-color: #9c0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c0cdf; background: linear-gradient(135deg, #9c0cdf, #DF0C96);