#991177
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 17, 119
HSL
315°, 80%, 33%
CMYK
0, 89, 22, 40
Luminance
0.0851
Every format
| HEX | #991177 |
| RGB | rgb(153, 17, 119) |
| HSL | hsl(315, 80%, 33%) |
| CMYK | cmyk(0%, 89%, 22%, 40%) |
| LAB | lab(35.0 60.0 -22.2) |
| LCH | lch(35.0 64.0 339.6) |
| OKLCH | oklch(0.465 0.190 341.6) |
Copy-ready code
/* CSS */
color: #991177;
background-color: #991177;
/* Tailwind (arbitrary) */
class="text-[#991177] bg-[#991177]"
/* SCSS */
$brand: #991177;
/* SwiftUI */
Color(red: 0.600, green: 0.067, blue: 0.467)
/* Android */
Color.parseColor("#991177")Accessibility — WCAG contrast
Aa
#991177 on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991177 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green6.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow22.2%
Key (black)40.0%
Color previews
#991177 text on a black background
contrast 2.70:1
Card sample
#991177 text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991177;
Background color
Panel with #991177 background
background-color: #991177;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991177;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 17, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 17, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991177; background: linear-gradient(135deg, #991177, #99111C);