#9b1877
a dark, vivid magenta / pink · warm · closest name: purple
RGB
155, 24, 119
HSL
317°, 73%, 35%
CMYK
0, 85, 23, 39
Luminance
0.0895
Every format
| HEX | #9b1877 |
| RGB | rgb(155, 24, 119) |
| HSL | hsl(317, 73%, 35%) |
| CMYK | cmyk(0%, 85%, 23%, 39%) |
| LAB | lab(35.9 59.0 -20.8) |
| LCH | lch(35.9 62.5 340.5) |
| OKLCH | oklch(0.472 0.187 342.5) |
Copy-ready code
/* CSS */
color: #9b1877;
background-color: #9b1877;
/* Tailwind (arbitrary) */
class="text-[#9b1877] bg-[#9b1877]"
/* SCSS */
$brand: #9b1877;
/* SwiftUI */
Color(red: 0.608, green: 0.094, blue: 0.467)
/* Android */
Color.parseColor("#9b1877")Accessibility — WCAG contrast
Aa
#9b1877 on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b1877 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green9.4%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow23.2%
Key (black)39.2%
Color previews
#9b1877 text on a black background
contrast 2.79:1
Card sample
#9b1877 text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b1877;
Background color
Panel with #9b1877 background
background-color: #9b1877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b1877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 24, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 24, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b1877; background: linear-gradient(135deg, #9b1877, #9B1820);