#911249
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
145, 18, 73
HSL
334°, 78%, 32%
CMYK
0, 88, 50, 43
Luminance
0.0693
Every format
| HEX | #911249 |
| RGB | rgb(145, 18, 73) |
| HSL | hsl(334, 78%, 32%) |
| CMYK | cmyk(0%, 88%, 50%, 43%) |
| LAB | lab(31.7 52.8 2.2) |
| LCH | lch(31.7 52.9 2.4) |
| OKLCH | oklch(0.432 0.163 2.2) |
Copy-ready code
/* CSS */
color: #911249;
background-color: #911249;
/* Tailwind (arbitrary) */
class="text-[#911249] bg-[#911249]"
/* SCSS */
$brand: #911249;
/* SwiftUI */
Color(red: 0.569, green: 0.071, blue: 0.286)
/* Android */
Color.parseColor("#911249")Accessibility — WCAG contrast
Aa
#911249 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#911249 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green7.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow49.7%
Key (black)43.1%
Color previews
#911249 text on a black background
contrast 2.39:1
Card sample
#911249 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911249;
Background color
Panel with #911249 background
background-color: #911249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 18, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 18, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911249; background: linear-gradient(135deg, #911249, #913012);