#981237
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
152, 18, 55
HSL
343°, 79%, 33%
CMYK
0, 88, 64, 40
Luminance
0.0738
Every format
| HEX | #981237 |
| RGB | rgb(152, 18, 55) |
| HSL | hsl(343, 79%, 33%) |
| CMYK | cmyk(0%, 88%, 64%, 40%) |
| LAB | lab(32.7 53.4 15.8) |
| LCH | lch(32.7 55.6 16.4) |
| OKLCH | oklch(0.441 0.165 13.4) |
Copy-ready code
/* CSS */
color: #981237;
background-color: #981237;
/* Tailwind (arbitrary) */
class="text-[#981237] bg-[#981237]"
/* SCSS */
$brand: #981237;
/* SwiftUI */
Color(red: 0.596, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#981237")Accessibility — WCAG contrast
Aa
#981237 on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#981237 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow63.8%
Key (black)40.4%
Color previews
#981237 text on a black background
contrast 2.48:1
Card sample
#981237 text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #981237;
Background color
Panel with #981237 background
background-color: #981237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #981237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #981237; background: linear-gradient(135deg, #981237, #984612);