#592c49
a dark, soft magenta / pink · warm · closest name: black
RGB
89, 44, 73
HSL
321°, 34%, 26%
CMYK
0, 51, 18, 65
Luminance
0.0441
Every format
| HEX | #592c49 |
| RGB | rgb(89, 44, 73) |
| HSL | hsl(321, 34%, 26%) |
| CMYK | cmyk(0%, 51%, 18%, 65%) |
| LAB | lab(25.0 24.9 -8.8) |
| LCH | lch(25.0 26.4 340.6) |
| OKLCH | oklch(0.363 0.077 342.4) |
Copy-ready code
/* CSS */
color: #592c49;
background-color: #592c49;
/* Tailwind (arbitrary) */
class="text-[#592c49] bg-[#592c49]"
/* SCSS */
$brand: #592c49;
/* SwiftUI */
Color(red: 0.349, green: 0.173, blue: 0.286)
/* Android */
Color.parseColor("#592c49")Accessibility — WCAG contrast
Aa
#592c49 on white: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#592c49 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green17.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow18.0%
Key (black)65.1%
Color previews
#592c49 text on a black background
contrast 1.88:1
Card sample
#592c49 text on a white background
contrast 11.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592c49;
Background color
Panel with #592c49 background
background-color: #592c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 44, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 44, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592c49; background: linear-gradient(135deg, #592c49, #592D2C);