#721342
a dark, vivid magenta / pink · warm · closest name: purple
RGB
114, 19, 66
HSL
330°, 71%, 26%
CMYK
0, 83, 42, 55
Luminance
0.0444
Every format
| HEX | #721342 |
| RGB | rgb(114, 19, 66) |
| HSL | hsl(330, 71%, 26%) |
| CMYK | cmyk(0%, 83%, 42%, 55%) |
| LAB | lab(25.1 43.5 -3.5) |
| LCH | lch(25.1 43.7 355.4) |
| OKLCH | oklch(0.372 0.134 356.3) |
Copy-ready code
/* CSS */
color: #721342;
background-color: #721342;
/* Tailwind (arbitrary) */
class="text-[#721342] bg-[#721342]"
/* SCSS */
$brand: #721342;
/* SwiftUI */
Color(red: 0.447, green: 0.075, blue: 0.259)
/* Android */
Color.parseColor("#721342")Accessibility — WCAG contrast
Aa
#721342 on white: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#721342 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green7.5%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow42.1%
Key (black)55.3%
Color previews
#721342 text on a black background
contrast 1.89:1
Card sample
#721342 text on a white background
contrast 11.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #721342;
Background color
Panel with #721342 background
background-color: #721342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #721342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 19, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 19, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #721342; background: linear-gradient(135deg, #721342, #722313);