#991155
a dark, electric magenta / pink · warm · closest name: purple
RGB
153, 17, 85
HSL
330°, 80%, 33%
CMYK
0, 89, 44, 40
Luminance
0.0783
Every format
| HEX | #991155 |
| RGB | rgb(153, 17, 85) |
| HSL | hsl(330, 80%, 33%) |
| CMYK | cmyk(0%, 89%, 44%, 40%) |
| LAB | lab(33.6 56.1 -2.6) |
| LCH | lch(33.6 56.2 357.4) |
| OKLCH | oklch(0.451 0.173 358.0) |
Copy-ready code
/* CSS */
color: #991155;
background-color: #991155;
/* Tailwind (arbitrary) */
class="text-[#991155] bg-[#991155]"
/* SCSS */
$brand: #991155;
/* SwiftUI */
Color(red: 0.600, green: 0.067, blue: 0.333)
/* Android */
Color.parseColor("#991155")Accessibility — WCAG contrast
Aa
#991155 on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991155 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green6.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow44.4%
Key (black)40.0%
Color previews
#991155 text on a black background
contrast 2.57:1
Card sample
#991155 text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991155;
Background color
Panel with #991155 background
background-color: #991155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 17, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 17, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991155; background: linear-gradient(135deg, #991155, #992811);