#72425b
a dark, soft magenta / pink · warm · closest name: gray
RGB
114, 66, 91
HSL
329°, 27%, 35%
CMYK
0, 42, 20, 55
Luminance
0.0823
Every format
| HEX | #72425b |
| RGB | rgb(114, 66, 91) |
| HSL | hsl(329, 27%, 35%) |
| CMYK | cmyk(0%, 42%, 20%, 55%) |
| LAB | lab(34.5 24.5 -5.9) |
| LCH | lch(34.5 25.2 346.4) |
| OKLCH | oklch(0.445 0.075 348.0) |
Copy-ready code
/* CSS */
color: #72425b;
background-color: #72425b;
/* Tailwind (arbitrary) */
class="text-[#72425b] bg-[#72425b]"
/* SCSS */
$brand: #72425b;
/* SwiftUI */
Color(red: 0.447, green: 0.259, blue: 0.357)
/* Android */
Color.parseColor("#72425b")Accessibility — WCAG contrast
Aa
#72425b on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#72425b on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green25.9%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta42.1%
Yellow20.2%
Key (black)55.3%
Color previews
#72425b text on a black background
contrast 2.65:1
Card sample
#72425b text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72425b;
Background color
Panel with #72425b background
background-color: #72425b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72425b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 66, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 66, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72425b; background: linear-gradient(135deg, #72425b, #724942);