#9c30ec
a balanced, electric violet · warm · closest name: magenta
RGB
156, 48, 236
HSL
275°, 83%, 56%
CMYK
34, 80, 0, 8
Luminance
0.1524
Every format
| HEX | #9c30ec |
| RGB | rgb(156, 48, 236) |
| HSL | hsl(275, 83%, 56%) |
| CMYK | cmyk(34%, 80%, 0%, 8%) |
| LAB | lab(46.0 73.0 -74.2) |
| LCH | lch(46.0 104.1 314.5) |
| OKLCH | oklch(0.568 0.259 305.2) |
Copy-ready code
/* CSS */
color: #9c30ec;
background-color: #9c30ec;
/* Tailwind (arbitrary) */
class="text-[#9c30ec] bg-[#9c30ec]"
/* SCSS */
$brand: #9c30ec;
/* SwiftUI */
Color(red: 0.612, green: 0.188, blue: 0.925)
/* Android */
Color.parseColor("#9c30ec")Accessibility — WCAG contrast
Aa
#9c30ec on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c30ec on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.8%
Blue92.5%
CMYK percentages
Cyan33.9%
Magenta79.7%
Yellow0.0%
Key (black)7.5%
Color previews
#9c30ec text on a black background
contrast 4.05:1
Card sample
#9c30ec text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c30ec;
Background color
Panel with #9c30ec background
background-color: #9c30ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c30ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 48, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 48, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c30ec; background: linear-gradient(135deg, #9c30ec, #EC30BF);