#9c2bbc
a balanced, vivid violet · warm · closest name: purple
RGB
156, 43, 188
HSL
287°, 63%, 45%
CMYK
17, 77, 0, 26
Luminance
0.1243
Every format
| HEX | #9c2bbc |
| RGB | rgb(156, 43, 188) |
| HSL | hsl(287, 63%, 45%) |
| CMYK | cmyk(17%, 77%, 0%, 26%) |
| LAB | lab(41.9 65.0 -53.2) |
| LCH | lch(41.9 84.0 320.7) |
| OKLCH | oklch(0.528 0.221 317.4) |
Copy-ready code
/* CSS */
color: #9c2bbc;
background-color: #9c2bbc;
/* Tailwind (arbitrary) */
class="text-[#9c2bbc] bg-[#9c2bbc]"
/* SCSS */
$brand: #9c2bbc;
/* SwiftUI */
Color(red: 0.612, green: 0.169, blue: 0.737)
/* Android */
Color.parseColor("#9c2bbc")Accessibility — WCAG contrast
Aa
#9c2bbc on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2bbc on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green16.9%
Blue73.7%
CMYK percentages
Cyan17.0%
Magenta77.1%
Yellow0.0%
Key (black)26.3%
Color previews
#9c2bbc text on a black background
contrast 3.49:1
Card sample
#9c2bbc text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2bbc;
Background color
Panel with #9c2bbc background
background-color: #9c2bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 43, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 43, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2bbc; background: linear-gradient(135deg, #9c2bbc, #BC2B7B);