#9b104f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
155, 16, 79
HSL
333°, 81%, 34%
CMYK
0, 90, 49, 39
Luminance
0.0790
Every format
| HEX | #9b104f |
| RGB | rgb(155, 16, 79) |
| HSL | hsl(333, 81%, 34%) |
| CMYK | cmyk(0%, 90%, 49%, 39%) |
| LAB | lab(33.8 56.3 1.6) |
| LCH | lch(33.8 56.3 1.7) |
| OKLCH | oklch(0.452 0.173 1.6) |
Copy-ready code
/* CSS */
color: #9b104f;
background-color: #9b104f;
/* Tailwind (arbitrary) */
class="text-[#9b104f] bg-[#9b104f]"
/* SCSS */
$brand: #9b104f;
/* SwiftUI */
Color(red: 0.608, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#9b104f")Accessibility — WCAG contrast
Aa
#9b104f on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b104f on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow49.0%
Key (black)39.2%
Color previews
#9b104f text on a black background
contrast 2.58:1
Card sample
#9b104f text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b104f;
Background color
Panel with #9b104f background
background-color: #9b104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b104f; background: linear-gradient(135deg, #9b104f, #9B2E10);