#9c3dfb
a balanced, electric violet · warm · closest name: magenta
RGB
156, 61, 251
HSL
270°, 96%, 61%
CMYK
38, 76, 0, 2
Luminance
0.1737
Every format
| HEX | #9c3dfb |
| RGB | rgb(156, 61, 251) |
| HSL | hsl(270, 96%, 61%) |
| CMYK | cmyk(38%, 76%, 0%, 2%) |
| LAB | lab(48.7 71.7 -78.1) |
| LCH | lch(48.7 106.0 312.6) |
| OKLCH | oklch(0.591 0.261 301.3) |
Copy-ready code
/* CSS */
color: #9c3dfb;
background-color: #9c3dfb;
/* Tailwind (arbitrary) */
class="text-[#9c3dfb] bg-[#9c3dfb]"
/* SCSS */
$brand: #9c3dfb;
/* SwiftUI */
Color(red: 0.612, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#9c3dfb")Accessibility — WCAG contrast
Aa
#9c3dfb on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c3dfb on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green23.9%
Blue98.4%
CMYK percentages
Cyan37.8%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#9c3dfb text on a black background
contrast 4.47:1
Card sample
#9c3dfb text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c3dfb;
Background color
Panel with #9c3dfb background
background-color: #9c3dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c3dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c3dfb; background: linear-gradient(135deg, #9c3dfb, #FB3DDB);