#9a115d
a dark, electric magenta / pink · warm · closest name: purple
RGB
154, 17, 93
HSL
327°, 80%, 34%
CMYK
0, 89, 40, 40
Luminance
0.0806
Every format
| HEX | #9a115d |
| RGB | rgb(154, 17, 93) |
| HSL | hsl(327, 80%, 34%) |
| CMYK | cmyk(0%, 89%, 40%, 40%) |
| LAB | lab(34.1 57.2 -7.0) |
| LCH | lch(34.1 57.6 353.0) |
| OKLCH | oklch(0.456 0.177 354.2) |
Copy-ready code
/* CSS */
color: #9a115d;
background-color: #9a115d;
/* Tailwind (arbitrary) */
class="text-[#9a115d] bg-[#9a115d]"
/* SCSS */
$brand: #9a115d;
/* SwiftUI */
Color(red: 0.604, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#9a115d")Accessibility — WCAG contrast
Aa
#9a115d on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9a115d on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow39.6%
Key (black)39.6%
Color previews
#9a115d text on a black background
contrast 2.61:1
Card sample
#9a115d text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a115d;
Background color
Panel with #9a115d background
background-color: #9a115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a115d; background: linear-gradient(135deg, #9a115d, #9A2011);