#9b4492
a dark, soft magenta / pink · warm · closest name: purple
RGB
155, 68, 146
HSL
306°, 39%, 44%
CMYK
0, 56, 6, 39
Luminance
0.1318
Every format
| HEX | #9b4492 |
| RGB | rgb(155, 68, 146) |
| HSL | hsl(306, 39%, 44%) |
| CMYK | cmyk(0%, 56%, 6%, 39%) |
| LAB | lab(43.0 46.7 -26.4) |
| LCH | lch(43.0 53.6 330.6) |
| OKLCH | oklch(0.528 0.151 331.6) |
Copy-ready code
/* CSS */
color: #9b4492;
background-color: #9b4492;
/* Tailwind (arbitrary) */
class="text-[#9b4492] bg-[#9b4492]"
/* SCSS */
$brand: #9b4492;
/* SwiftUI */
Color(red: 0.608, green: 0.267, blue: 0.573)
/* Android */
Color.parseColor("#9b4492")Accessibility — WCAG contrast
Aa
#9b4492 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b4492 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green26.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow5.8%
Key (black)39.2%
Color previews
#9b4492 text on a black background
contrast 3.64:1
Card sample
#9b4492 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b4492;
Background color
Panel with #9b4492 background
background-color: #9b4492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b4492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 68, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 68, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b4492; background: linear-gradient(135deg, #9b4492, #9B4458);