#9b1237
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
155, 18, 55
HSL
344°, 79%, 34%
CMYK
0, 88, 65, 39
Luminance
0.0768
Every format
| HEX | #9b1237 |
| RGB | rgb(155, 18, 55) |
| HSL | hsl(344, 79%, 34%) |
| CMYK | cmyk(0%, 88%, 65%, 39%) |
| LAB | lab(33.3 54.2 16.7) |
| LCH | lch(33.3 56.7 17.1) |
| OKLCH | oklch(0.446 0.168 14.0) |
Copy-ready code
/* CSS */
color: #9b1237;
background-color: #9b1237;
/* Tailwind (arbitrary) */
class="text-[#9b1237] bg-[#9b1237]"
/* SCSS */
$brand: #9b1237;
/* SwiftUI */
Color(red: 0.608, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#9b1237")Accessibility — WCAG contrast
Aa
#9b1237 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b1237 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta88.4%
Yellow64.5%
Key (black)39.2%
Color previews
#9b1237 text on a black background
contrast 2.54:1
Card sample
#9b1237 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b1237;
Background color
Panel with #9b1237 background
background-color: #9b1237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b1237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b1237; background: linear-gradient(135deg, #9b1237, #9B4812);