#73157f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
115, 21, 127
HSL
293°, 72%, 29%
CMYK
9, 84, 0, 50
Luminance
0.0571
Every format
| HEX | #73157f |
| RGB | rgb(115, 21, 127) |
| HSL | hsl(293, 72%, 29%) |
| CMYK | cmyk(9%, 84%, 0%, 50%) |
| LAB | lab(28.7 52.3 -37.8) |
| LCH | lch(28.7 64.5 324.2) |
| OKLCH | oklch(0.408 0.175 322.8) |
Copy-ready code
/* CSS */
color: #73157f;
background-color: #73157f;
/* Tailwind (arbitrary) */
class="text-[#73157f] bg-[#73157f]"
/* SCSS */
$brand: #73157f;
/* SwiftUI */
Color(red: 0.451, green: 0.082, blue: 0.498)
/* Android */
Color.parseColor("#73157f")Accessibility — WCAG contrast
Aa
#73157f on white: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#73157f on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green8.2%
Blue49.8%
CMYK percentages
Cyan9.4%
Magenta83.5%
Yellow0.0%
Key (black)50.2%
Color previews
#73157f text on a black background
contrast 2.14:1
Card sample
#73157f text on a white background
contrast 9.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73157f;
Background color
Panel with #73157f background
background-color: #73157f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73157f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 21, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 21, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73157f; background: linear-gradient(135deg, #73157f, #7F1544);