#9b2f7f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
155, 47, 127
HSL
316°, 54%, 40%
CMYK
0, 70, 18, 39
Luminance
0.1053
Every format
| HEX | #9b2f7f |
| RGB | rgb(155, 47, 127) |
| HSL | hsl(316, 54%, 40%) |
| CMYK | cmyk(0%, 70%, 18%, 39%) |
| LAB | lab(38.8 52.9 -21.4) |
| LCH | lch(38.8 57.1 338.0) |
| OKLCH | oklch(0.494 0.168 339.9) |
Copy-ready code
/* CSS */
color: #9b2f7f;
background-color: #9b2f7f;
/* Tailwind (arbitrary) */
class="text-[#9b2f7f] bg-[#9b2f7f]"
/* SCSS */
$brand: #9b2f7f;
/* SwiftUI */
Color(red: 0.608, green: 0.184, blue: 0.498)
/* Android */
Color.parseColor("#9b2f7f")Accessibility — WCAG contrast
Aa
#9b2f7f on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2f7f on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green18.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow18.1%
Key (black)39.2%
Color previews
#9b2f7f text on a black background
contrast 3.11:1
Card sample
#9b2f7f text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2f7f;
Background color
Panel with #9b2f7f background
background-color: #9b2f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 47, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 47, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2f7f; background: linear-gradient(135deg, #9b2f7f, #9B2F37);