#9c2dfb
a balanced, electric violet · warm · closest name: blue
RGB
156, 45, 251
HSL
272°, 96%, 58%
CMYK
38, 82, 0, 2
Luminance
0.1591
Every format
| HEX | #9c2dfb |
| RGB | rgb(156, 45, 251) |
| HSL | hsl(272, 96%, 58%) |
| CMYK | cmyk(38%, 82%, 0%, 2%) |
| LAB | lab(46.9 77.1 -81.1) |
| LCH | lch(46.9 111.9 313.5) |
| OKLCH | oklch(0.578 0.274 302.3) |
Copy-ready code
/* CSS */
color: #9c2dfb;
background-color: #9c2dfb;
/* Tailwind (arbitrary) */
class="text-[#9c2dfb] bg-[#9c2dfb]"
/* SCSS */
$brand: #9c2dfb;
/* SwiftUI */
Color(red: 0.612, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#9c2dfb")Accessibility — WCAG contrast
Aa
#9c2dfb on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2dfb on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green17.6%
Blue98.4%
CMYK percentages
Cyan37.8%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#9c2dfb text on a black background
contrast 4.18:1
Card sample
#9c2dfb text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2dfb;
Background color
Panel with #9c2dfb background
background-color: #9c2dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2dfb; background: linear-gradient(135deg, #9c2dfb, #FB2DD1);