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