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