#921237
a dark, electric magenta / pink · warm · closest name: maroon
RGB
146, 18, 55
HSL
343°, 78%, 32%
CMYK
0, 88, 62, 43
Luminance
0.0682
Every format
| HEX | #921237 |
| RGB | rgb(146, 18, 55) |
| HSL | hsl(343, 78%, 32%) |
| CMYK | cmyk(0%, 88%, 62%, 43%) |
| LAB | lab(31.4 51.7 13.8) |
| LCH | lch(31.4 53.5 15.0) |
| OKLCH | oklch(0.429 0.160 12.3) |
Copy-ready code
/* CSS */
color: #921237;
background-color: #921237;
/* Tailwind (arbitrary) */
class="text-[#921237] bg-[#921237]"
/* SCSS */
$brand: #921237;
/* SwiftUI */
Color(red: 0.573, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#921237")Accessibility — WCAG contrast
Aa
#921237 on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#921237 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow62.3%
Key (black)42.7%
Color previews
#921237 text on a black background
contrast 2.36:1
Card sample
#921237 text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #921237;
Background color
Panel with #921237 background
background-color: #921237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #921237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #921237; background: linear-gradient(135deg, #921237, #924312);