#9b187f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
155, 24, 127
HSL
313°, 73%, 35%
CMYK
0, 85, 18, 39
Luminance
0.0915
Every format
| HEX | #9b187f |
| RGB | rgb(155, 24, 127) |
| HSL | hsl(313, 73%, 35%) |
| CMYK | cmyk(0%, 85%, 18%, 39%) |
| LAB | lab(36.3 60.0 -25.3) |
| LCH | lch(36.3 65.1 337.2) |
| OKLCH | oklch(0.476 0.192 339.1) |
Copy-ready code
/* CSS */
color: #9b187f;
background-color: #9b187f;
/* Tailwind (arbitrary) */
class="text-[#9b187f] bg-[#9b187f]"
/* SCSS */
$brand: #9b187f;
/* SwiftUI */
Color(red: 0.608, green: 0.094, blue: 0.498)
/* Android */
Color.parseColor("#9b187f")Accessibility — WCAG contrast
Aa
#9b187f on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b187f on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green9.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow18.1%
Key (black)39.2%
Color previews
#9b187f text on a black background
contrast 2.83:1
Card sample
#9b187f text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b187f;
Background color
Panel with #9b187f background
background-color: #9b187f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b187f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 24, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 24, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b187f; background: linear-gradient(135deg, #9b187f, #9B1828);