#9b003f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
155, 0, 63
HSL
336°, 100%, 30%
CMYK
0, 100, 59, 39
Luminance
0.0733
Every format
| HEX | #9b003f |
| RGB | rgb(155, 0, 63) |
| HSL | hsl(336, 100%, 30%) |
| CMYK | cmyk(0%, 100%, 59%, 39%) |
| LAB | lab(32.5 57.4 10.4) |
| LCH | lch(32.5 58.3 10.3) |
| OKLCH | oklch(0.442 0.177 8.5) |
Copy-ready code
/* CSS */
color: #9b003f;
background-color: #9b003f;
/* Tailwind (arbitrary) */
class="text-[#9b003f] bg-[#9b003f]"
/* SCSS */
$brand: #9b003f;
/* SwiftUI */
Color(red: 0.608, green: 0.000, blue: 0.247)
/* Android */
Color.parseColor("#9b003f")Accessibility — WCAG contrast
Aa
#9b003f on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b003f on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green0.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow59.4%
Key (black)39.2%
Color previews
#9b003f text on a black background
contrast 2.47:1
Card sample
#9b003f text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b003f;
Background color
Panel with #9b003f background
background-color: #9b003f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b003f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 0, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 0, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b003f; background: linear-gradient(135deg, #9b003f, #9B2800);