#9b2f71
a dark, vivid magenta / pink · warm · closest name: purple
RGB
155, 47, 113
HSL
323°, 54%, 40%
CMYK
0, 70, 27, 39
Luminance
0.1019
Every format
| HEX | #9b2f71 |
| RGB | rgb(155, 47, 113) |
| HSL | hsl(323, 54%, 40%) |
| CMYK | cmyk(0%, 70%, 27%, 39%) |
| LAB | lab(38.2 51.0 -13.6) |
| LCH | lch(38.2 52.7 345.1) |
| OKLCH | oklch(0.488 0.159 347.0) |
Copy-ready code
/* CSS */
color: #9b2f71;
background-color: #9b2f71;
/* Tailwind (arbitrary) */
class="text-[#9b2f71] bg-[#9b2f71]"
/* SCSS */
$brand: #9b2f71;
/* SwiftUI */
Color(red: 0.608, green: 0.184, blue: 0.443)
/* Android */
Color.parseColor("#9b2f71")Accessibility — WCAG contrast
Aa
#9b2f71 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2f71 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green18.4%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow27.1%
Key (black)39.2%
Color previews
#9b2f71 text on a black background
contrast 3.04:1
Card sample
#9b2f71 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2f71;
Background color
Panel with #9b2f71 background
background-color: #9b2f71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2f71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 47, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 47, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2f71; background: linear-gradient(135deg, #9b2f71, #9B352F);