#720a5f
a deep, electric magenta / pink · warm · closest name: purple
RGB
114, 10, 95
HSL
311°, 84%, 24%
CMYK
0, 91, 17, 55
Luminance
0.0462
Every format
| HEX | #720a5f |
| RGB | rgb(114, 10, 95) |
| HSL | hsl(311, 84%, 24%) |
| CMYK | cmyk(0%, 91%, 17%, 55%) |
| LAB | lab(25.6 49.4 -22.0) |
| LCH | lch(25.6 54.1 336.0) |
| OKLCH | oklch(0.380 0.158 337.7) |
Copy-ready code
/* CSS */
color: #720a5f;
background-color: #720a5f;
/* Tailwind (arbitrary) */
class="text-[#720a5f] bg-[#720a5f]"
/* SCSS */
$brand: #720a5f;
/* SwiftUI */
Color(red: 0.447, green: 0.039, blue: 0.373)
/* Android */
Color.parseColor("#720a5f")Accessibility — WCAG contrast
Aa
#720a5f on white: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720a5f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green3.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow16.7%
Key (black)55.3%
Color previews
#720a5f text on a black background
contrast 1.92:1
Card sample
#720a5f text on a white background
contrast 10.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720a5f;
Background color
Panel with #720a5f background
background-color: #720a5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720a5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 10, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 10, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720a5f; background: linear-gradient(135deg, #720a5f, #720A1A);