#9c0bd2
a dark, electric violet · warm · closest name: magenta
RGB
156, 11, 210
HSL
284°, 90%, 43%
CMYK
26, 95, 0, 18
Luminance
0.1196
Every format
| HEX | #9c0bd2 |
| RGB | rgb(156, 11, 210) |
| HSL | hsl(284, 90%, 43%) |
| CMYK | cmyk(26%, 95%, 0%, 18%) |
| LAB | lab(41.1 76.0 -67.2) |
| LCH | lch(41.1 101.4 318.5) |
| OKLCH | oklch(0.528 0.259 312.5) |
Copy-ready code
/* CSS */
color: #9c0bd2;
background-color: #9c0bd2;
/* Tailwind (arbitrary) */
class="text-[#9c0bd2] bg-[#9c0bd2]"
/* SCSS */
$brand: #9c0bd2;
/* SwiftUI */
Color(red: 0.612, green: 0.043, blue: 0.824)
/* Android */
Color.parseColor("#9c0bd2")Accessibility — WCAG contrast
Aa
#9c0bd2 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c0bd2 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green4.3%
Blue82.4%
CMYK percentages
Cyan25.7%
Magenta94.8%
Yellow0.0%
Key (black)17.6%
Color previews
#9c0bd2 text on a black background
contrast 3.39:1
Card sample
#9c0bd2 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c0bd2;
Background color
Panel with #9c0bd2 background
background-color: #9c0bd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c0bd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 11, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 11, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c0bd2; background: linear-gradient(135deg, #9c0bd2, #D20B83);