#991144
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
153, 17, 68
HSL
338°, 80%, 33%
CMYK
0, 89, 56, 40
Luminance
0.0759
Every format
| HEX | #991144 |
| RGB | rgb(153, 17, 68) |
| HSL | hsl(338, 80%, 33%) |
| CMYK | cmyk(0%, 89%, 56%, 40%) |
| LAB | lab(33.1 54.7 7.8) |
| LCH | lch(33.1 55.3 8.2) |
| OKLCH | oklch(0.445 0.168 6.9) |
Copy-ready code
/* CSS */
color: #991144;
background-color: #991144;
/* Tailwind (arbitrary) */
class="text-[#991144] bg-[#991144]"
/* SCSS */
$brand: #991144;
/* SwiftUI */
Color(red: 0.600, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#991144")Accessibility — WCAG contrast
Aa
#991144 on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#991144 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green6.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow55.6%
Key (black)40.0%
Color previews
#991144 text on a black background
contrast 2.52:1
Card sample
#991144 text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #991144;
Background color
Panel with #991144 background
background-color: #991144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #991144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #991144; background: linear-gradient(135deg, #991144, #993911);