#991199
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 17, 153
HSL
300°, 80%, 33%
CMYK
0, 89, 0, 40
Luminance
0.0947
Every format
| HEX | #991199 |
| RGB | rgb(153, 17, 153) |
| HSL | hsl(300, 80%, 33%) |
| CMYK | cmyk(0%, 89%, 0%, 40%) |
| LAB | lab(36.9 64.9 -40.3) |
| LCH | lch(36.9 76.4 328.1) |
| OKLCH | oklch(0.484 0.213 328.3) |
Copy-ready code
/* CSS */
color: #991199;
background-color: #991199;
/* Tailwind (arbitrary) */
class="text-[#991199] bg-[#991199]"
/* SCSS */
$brand: #991199;
/* SwiftUI */
Color(red: 0.600, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#991199")Accessibility — WCAG contrast
Aa
#991199 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991199 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green6.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#991199 text on a black background
contrast 2.89:1
Card sample
#991199 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991199;
Background color
Panel with #991199 background
background-color: #991199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991199; background: linear-gradient(135deg, #991199, #99113E);