#9c2f6d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
156, 47, 109
HSL
326°, 54%, 40%
CMYK
0, 70, 30, 39
Luminance
0.1021
Every format
| HEX | #9c2f6d |
| RGB | rgb(156, 47, 109) |
| HSL | hsl(326, 54%, 40%) |
| CMYK | cmyk(0%, 70%, 30%, 39%) |
| LAB | lab(38.2 50.7 -11.0) |
| LCH | lch(38.2 51.9 347.8) |
| OKLCH | oklch(0.488 0.157 349.5) |
Copy-ready code
/* CSS */
color: #9c2f6d;
background-color: #9c2f6d;
/* Tailwind (arbitrary) */
class="text-[#9c2f6d] bg-[#9c2f6d]"
/* SCSS */
$brand: #9c2f6d;
/* SwiftUI */
Color(red: 0.612, green: 0.184, blue: 0.427)
/* Android */
Color.parseColor("#9c2f6d")Accessibility — WCAG contrast
Aa
#9c2f6d on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9c2f6d on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green18.4%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow30.1%
Key (black)38.8%
Color previews
#9c2f6d text on a black background
contrast 3.04:1
Card sample
#9c2f6d text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c2f6d;
Background color
Panel with #9c2f6d background
background-color: #9c2f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c2f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 47, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 47, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c2f6d; background: linear-gradient(135deg, #9c2f6d, #9C3A2F);