#9c2f8c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
156, 47, 140
HSL
309°, 54%, 40%
CMYK
0, 70, 10, 39
Luminance
0.1099
Every format
| HEX | #9c2f8c |
| RGB | rgb(156, 47, 140) |
| HSL | hsl(309, 54%, 40%) |
| CMYK | cmyk(0%, 70%, 10%, 39%) |
| LAB | lab(39.6 55.2 -28.1) |
| LCH | lch(39.6 61.9 333.0) |
| OKLCH | oklch(0.502 0.178 334.4) |
Copy-ready code
/* CSS */
color: #9c2f8c;
background-color: #9c2f8c;
/* Tailwind (arbitrary) */
class="text-[#9c2f8c] bg-[#9c2f8c]"
/* SCSS */
$brand: #9c2f8c;
/* SwiftUI */
Color(red: 0.612, green: 0.184, blue: 0.549)
/* Android */
Color.parseColor("#9c2f8c")Accessibility — WCAG contrast
Aa
#9c2f8c on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2f8c on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow10.3%
Key (black)38.8%
Color previews
#9c2f8c text on a black background
contrast 3.20:1
Card sample
#9c2f8c text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2f8c;
Background color
Panel with #9c2f8c background
background-color: #9c2f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 47, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 47, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2f8c; background: linear-gradient(135deg, #9c2f8c, #9C2F43);