#9a2c6f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
154, 44, 111
HSL
324°, 56%, 39%
CMYK
0, 71, 28, 40
Luminance
0.0982
Every format
| HEX | #9a2c6f |
| RGB | rgb(154, 44, 111) |
| HSL | hsl(324, 56%, 39%) |
| CMYK | cmyk(0%, 71%, 28%, 40%) |
| LAB | lab(37.5 51.6 -13.3) |
| LCH | lch(37.5 53.3 345.5) |
| OKLCH | oklch(0.483 0.161 347.3) |
Copy-ready code
/* CSS */
color: #9a2c6f;
background-color: #9a2c6f;
/* Tailwind (arbitrary) */
class="text-[#9a2c6f] bg-[#9a2c6f]"
/* SCSS */
$brand: #9a2c6f;
/* SwiftUI */
Color(red: 0.604, green: 0.173, blue: 0.435)
/* Android */
Color.parseColor("#9a2c6f")Accessibility — WCAG contrast
Aa
#9a2c6f on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9a2c6f on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green17.3%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow27.9%
Key (black)39.6%
Color previews
#9a2c6f text on a black background
contrast 2.96:1
Card sample
#9a2c6f text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a2c6f;
Background color
Panel with #9a2c6f background
background-color: #9a2c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a2c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 44, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 44, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a2c6f; background: linear-gradient(135deg, #9a2c6f, #9A322C);