#9c2f75
a dark, vivid magenta / pink · warm · closest name: purple
RGB
156, 47, 117
HSL
322°, 54%, 40%
CMYK
0, 70, 25, 39
Luminance
0.1039
Every format
| HEX | #9c2f75 |
| RGB | rgb(156, 47, 117) |
| HSL | hsl(322, 54%, 40%) |
| CMYK | cmyk(0%, 70%, 25%, 39%) |
| LAB | lab(38.5 51.8 -15.5) |
| LCH | lch(38.5 54.0 343.3) |
| OKLCH | oklch(0.491 0.162 345.2) |
Copy-ready code
/* CSS */
color: #9c2f75;
background-color: #9c2f75;
/* Tailwind (arbitrary) */
class="text-[#9c2f75] bg-[#9c2f75]"
/* SCSS */
$brand: #9c2f75;
/* SwiftUI */
Color(red: 0.612, green: 0.184, blue: 0.459)
/* Android */
Color.parseColor("#9c2f75")Accessibility — WCAG contrast
Aa
#9c2f75 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2f75 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.4%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow25.0%
Key (black)38.8%
Color previews
#9c2f75 text on a black background
contrast 3.08:1
Card sample
#9c2f75 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2f75;
Background color
Panel with #9c2f75 background
background-color: #9c2f75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2f75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 47, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 47, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2f75; background: linear-gradient(135deg, #9c2f75, #9C322F);