#9b166a
a dark, electric magenta / pink · warm · closest name: purple
RGB
155, 22, 106
HSL
322°, 75%, 35%
CMYK
0, 86, 32, 39
Luminance
0.0858
Every format
| HEX | #9b166a |
| RGB | rgb(155, 22, 106) |
| HSL | hsl(322, 75%, 35%) |
| CMYK | cmyk(0%, 86%, 32%, 39%) |
| LAB | lab(35.2 57.8 -13.7) |
| LCH | lch(35.2 59.4 346.6) |
| OKLCH | oklch(0.465 0.181 348.5) |
Copy-ready code
/* CSS */
color: #9b166a;
background-color: #9b166a;
/* Tailwind (arbitrary) */
class="text-[#9b166a] bg-[#9b166a]"
/* SCSS */
$brand: #9b166a;
/* SwiftUI */
Color(red: 0.608, green: 0.086, blue: 0.416)
/* Android */
Color.parseColor("#9b166a")Accessibility — WCAG contrast
Aa
#9b166a on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b166a on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green8.6%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow31.6%
Key (black)39.2%
Color previews
#9b166a text on a black background
contrast 2.72:1
Card sample
#9b166a text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b166a;
Background color
Panel with #9b166a background
background-color: #9b166a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b166a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 22, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 22, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b166a; background: linear-gradient(135deg, #9b166a, #9B1B16);