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