#991188
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 17, 136
HSL
308°, 80%, 33%
CMYK
0, 89, 11, 40
Luminance
0.0895
Every format
| HEX | #991188 |
| RGB | rgb(153, 17, 136) |
| HSL | hsl(308, 80%, 33%) |
| CMYK | cmyk(0%, 89%, 11%, 40%) |
| LAB | lab(35.9 62.3 -31.5) |
| LCH | lch(35.9 69.8 333.2) |
| OKLCH | oklch(0.474 0.201 334.6) |
Copy-ready code
/* CSS */
color: #991188;
background-color: #991188;
/* Tailwind (arbitrary) */
class="text-[#991188] bg-[#991188]"
/* SCSS */
$brand: #991188;
/* SwiftUI */
Color(red: 0.600, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#991188")Accessibility — WCAG contrast
Aa
#991188 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991188 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green6.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow11.1%
Key (black)40.0%
Color previews
#991188 text on a black background
contrast 2.79:1
Card sample
#991188 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991188;
Background color
Panel with #991188 background
background-color: #991188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991188; background: linear-gradient(135deg, #991188, #99112D);