#730f76
a dark, electric magenta / pink · warm · closest name: purple
RGB
115, 15, 118
HSL
298°, 77%, 26%
CMYK
3, 87, 0, 54
Luminance
0.0529
Every format
| HEX | #730f76 |
| RGB | rgb(115, 15, 118) |
| HSL | hsl(298, 77%, 26%) |
| CMYK | cmyk(3%, 87%, 0%, 54%) |
| LAB | lab(27.6 52.2 -33.9) |
| LCH | lch(27.6 62.3 327.1) |
| OKLCH | oklch(0.399 0.172 326.8) |
Copy-ready code
/* CSS */
color: #730f76;
background-color: #730f76;
/* Tailwind (arbitrary) */
class="text-[#730f76] bg-[#730f76]"
/* SCSS */
$brand: #730f76;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.463)
/* Android */
Color.parseColor("#730f76")Accessibility — WCAG contrast
Aa
#730f76 on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730f76 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue46.3%
CMYK percentages
Cyan2.5%
Magenta87.3%
Yellow0.0%
Key (black)53.7%
Color previews
#730f76 text on a black background
contrast 2.06:1
Card sample
#730f76 text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730f76;
Background color
Panel with #730f76 background
background-color: #730f76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730f76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730f76; background: linear-gradient(135deg, #730f76, #760F34);