#730c83
a dark, electric magenta / pink · warm · closest name: purple
RGB
115, 12, 131
HSL
292°, 83%, 28%
CMYK
12, 91, 0, 49
Luminance
0.0555
Every format
| HEX | #730c83 |
| RGB | rgb(115, 12, 131) |
| HSL | hsl(292, 83%, 28%) |
| CMYK | cmyk(12%, 91%, 0%, 49%) |
| LAB | lab(28.2 55.1 -41.0) |
| LCH | lch(28.2 68.7 323.4) |
| OKLCH | oklch(0.406 0.184 321.4) |
Copy-ready code
/* CSS */
color: #730c83;
background-color: #730c83;
/* Tailwind (arbitrary) */
class="text-[#730c83] bg-[#730c83]"
/* SCSS */
$brand: #730c83;
/* SwiftUI */
Color(red: 0.451, green: 0.047, blue: 0.514)
/* Android */
Color.parseColor("#730c83")Accessibility — WCAG contrast
Aa
#730c83 on white: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730c83 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green4.7%
Blue51.4%
CMYK percentages
Cyan12.2%
Magenta90.8%
Yellow0.0%
Key (black)48.6%
Color previews
#730c83 text on a black background
contrast 2.11:1
Card sample
#730c83 text on a white background
contrast 9.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730c83;
Background color
Panel with #730c83 background
background-color: #730c83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730c83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 12, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 12, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730c83; background: linear-gradient(135deg, #730c83, #830C44);