#9c2abb
a dark, vivid violet · warm · closest name: purple
RGB
156, 42, 187
HSL
287°, 63%, 45%
CMYK
17, 78, 0, 27
Luminance
0.1231
Every format
| HEX | #9c2abb |
| RGB | rgb(156, 42, 187) |
| HSL | hsl(287, 63%, 45%) |
| CMYK | cmyk(17%, 78%, 0%, 27%) |
| LAB | lab(41.7 65.1 -52.9) |
| LCH | lch(41.7 83.9 320.9) |
| OKLCH | oklch(0.526 0.221 317.8) |
Copy-ready code
/* CSS */
color: #9c2abb;
background-color: #9c2abb;
/* Tailwind (arbitrary) */
class="text-[#9c2abb] bg-[#9c2abb]"
/* SCSS */
$brand: #9c2abb;
/* SwiftUI */
Color(red: 0.612, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#9c2abb")Accessibility — WCAG contrast
Aa
#9c2abb on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2abb on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green16.5%
Blue73.3%
CMYK percentages
Cyan16.6%
Magenta77.5%
Yellow0.0%
Key (black)26.7%
Color previews
#9c2abb text on a black background
contrast 3.46:1
Card sample
#9c2abb text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2abb;
Background color
Panel with #9c2abb background
background-color: #9c2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2abb; background: linear-gradient(135deg, #9c2abb, #BB2A79);