#723172
a dark, soft magenta / pink · warm · closest name: purple
RGB
114, 49, 114
HSL
300°, 40%, 32%
CMYK
0, 57, 0, 55
Luminance
0.0699
Every format
| HEX | #723172 |
| RGB | rgb(114, 49, 114) |
| HSL | hsl(300, 40%, 32%) |
| CMYK | cmyk(0%, 57%, 0%, 55%) |
| LAB | lab(31.8 38.3 -24.6) |
| LCH | lch(31.8 45.5 327.2) |
| OKLCH | oklch(0.428 0.126 327.5) |
Copy-ready code
/* CSS */
color: #723172;
background-color: #723172;
/* Tailwind (arbitrary) */
class="text-[#723172] bg-[#723172]"
/* SCSS */
$brand: #723172;
/* SwiftUI */
Color(red: 0.447, green: 0.192, blue: 0.447)
/* Android */
Color.parseColor("#723172")Accessibility — WCAG contrast
Aa
#723172 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#723172 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green19.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow0.0%
Key (black)55.3%
Color previews
#723172 text on a black background
contrast 2.40:1
Card sample
#723172 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #723172;
Background color
Panel with #723172 background
background-color: #723172;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #723172;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 49, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 49, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #723172; background: linear-gradient(135deg, #723172, #723147);