#9c1663
a dark, electric magenta / pink · warm · closest name: purple
RGB
156, 22, 99
HSL
326°, 75%, 35%
CMYK
0, 86, 37, 39
Luminance
0.0854
Every format
| HEX | #9c1663 |
| RGB | rgb(156, 22, 99) |
| HSL | hsl(326, 75%, 35%) |
| CMYK | cmyk(0%, 86%, 37%, 39%) |
| LAB | lab(35.1 57.3 -9.4) |
| LCH | lch(35.1 58.0 350.7) |
| OKLCH | oklch(0.464 0.178 352.2) |
Copy-ready code
/* CSS */
color: #9c1663;
background-color: #9c1663;
/* Tailwind (arbitrary) */
class="text-[#9c1663] bg-[#9c1663]"
/* SCSS */
$brand: #9c1663;
/* SwiftUI */
Color(red: 0.612, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#9c1663")Accessibility — WCAG contrast
Aa
#9c1663 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c1663 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow36.5%
Key (black)38.8%
Color previews
#9c1663 text on a black background
contrast 2.71:1
Card sample
#9c1663 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c1663;
Background color
Panel with #9c1663 background
background-color: #9c1663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c1663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c1663; background: linear-gradient(135deg, #9c1663, #9C2216);