#9c419c
a dark, soft magenta / pink · warm · closest name: purple
RGB
156, 65, 156
HSL
300°, 41%, 43%
CMYK
0, 58, 0, 39
Luminance
0.1325
Every format
| HEX | #9c419c |
| RGB | rgb(156, 65, 156) |
| HSL | hsl(300, 41%, 43%) |
| CMYK | cmyk(0%, 58%, 0%, 39%) |
| LAB | lab(43.1 50.2 -32.2) |
| LCH | lch(43.1 59.7 327.3) |
| OKLCH | oklch(0.531 0.166 327.6) |
Copy-ready code
/* CSS */
color: #9c419c;
background-color: #9c419c;
/* Tailwind (arbitrary) */
class="text-[#9c419c] bg-[#9c419c]"
/* SCSS */
$brand: #9c419c;
/* SwiftUI */
Color(red: 0.612, green: 0.255, blue: 0.612)
/* Android */
Color.parseColor("#9c419c")Accessibility — WCAG contrast
Aa
#9c419c on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c419c on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green25.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow0.0%
Key (black)38.8%
Color previews
#9c419c text on a black background
contrast 3.65:1
Card sample
#9c419c text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c419c;
Background color
Panel with #9c419c background
background-color: #9c419c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c419c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 65, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 65, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c419c; background: linear-gradient(135deg, #9c419c, #9C415F);