#991663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
153, 22, 99
HSL
325°, 75%, 34%
CMYK
0, 86, 35, 40
Luminance
0.0825
Every format
| HEX | #991663 |
| RGB | rgb(153, 22, 99) |
| HSL | hsl(325, 75%, 34%) |
| CMYK | cmyk(0%, 86%, 35%, 40%) |
| LAB | lab(34.5 56.5 -10.3) |
| LCH | lch(34.5 57.5 349.7) |
| OKLCH | oklch(0.459 0.176 351.2) |
Copy-ready code
/* CSS */
color: #991663;
background-color: #991663;
/* Tailwind (arbitrary) */
class="text-[#991663] bg-[#991663]"
/* SCSS */
$brand: #991663;
/* SwiftUI */
Color(red: 0.600, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#991663")Accessibility — WCAG contrast
Aa
#991663 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991663 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow35.3%
Key (black)40.0%
Color previews
#991663 text on a black background
contrast 2.65:1
Card sample
#991663 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991663;
Background color
Panel with #991663 background
background-color: #991663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991663; background: linear-gradient(135deg, #991663, #992016);