#98144c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
152, 20, 76
HSL
335°, 77%, 34%
CMYK
0, 87, 50, 40
Luminance
0.0770
Every format
| HEX | #98144c |
| RGB | rgb(152, 20, 76) |
| HSL | hsl(335, 77%, 34%) |
| CMYK | cmyk(0%, 87%, 50%, 40%) |
| LAB | lab(33.4 54.5 2.9) |
| LCH | lch(33.4 54.6 3.0) |
| OKLCH | oklch(0.447 0.168 2.7) |
Copy-ready code
/* CSS */
color: #98144c;
background-color: #98144c;
/* Tailwind (arbitrary) */
class="text-[#98144c] bg-[#98144c]"
/* SCSS */
$brand: #98144c;
/* SwiftUI */
Color(red: 0.596, green: 0.078, blue: 0.298)
/* Android */
Color.parseColor("#98144c")Accessibility — WCAG contrast
Aa
#98144c on white: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#98144c on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green7.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow50.0%
Key (black)40.4%
Color previews
#98144c text on a black background
contrast 2.54:1
Card sample
#98144c text on a white background
contrast 8.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98144c;
Background color
Panel with #98144c background
background-color: #98144c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98144c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 20, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 20, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98144c; background: linear-gradient(135deg, #98144c, #983414);