#730833
a deep, electric magenta / pink · warm · closest name: maroon
RGB
115, 8, 51
HSL
336°, 87%, 24%
CMYK
0, 93, 56, 55
Luminance
0.0406
Every format
| HEX | #730833 |
| RGB | rgb(115, 8, 51) |
| HSL | hsl(336, 87%, 24%) |
| CMYK | cmyk(0%, 93%, 56%, 55%) |
| LAB | lab(23.9 45.0 5.1) |
| LCH | lch(23.9 45.3 6.5) |
| OKLCH | oklch(0.362 0.139 5.5) |
Copy-ready code
/* CSS */
color: #730833;
background-color: #730833;
/* Tailwind (arbitrary) */
class="text-[#730833] bg-[#730833]"
/* SCSS */
$brand: #730833;
/* SwiftUI */
Color(red: 0.451, green: 0.031, blue: 0.200)
/* Android */
Color.parseColor("#730833")Accessibility — WCAG contrast
Aa
#730833 on white: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730833 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green3.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow55.7%
Key (black)54.9%
Color previews
#730833 text on a black background
contrast 1.81:1
Card sample
#730833 text on a white background
contrast 11.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730833;
Background color
Panel with #730833 background
background-color: #730833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 8, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 8, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730833; background: linear-gradient(135deg, #730833, #732408);