#582c4d
a dark, soft magenta / pink · warm · closest name: black
RGB
88, 44, 77
HSL
315°, 33%, 26%
CMYK
0, 50, 13, 66
Luminance
0.0441
Every format
| HEX | #582c4d |
| RGB | rgb(88, 44, 77) |
| HSL | hsl(315, 33%, 26%) |
| CMYK | cmyk(0%, 50%, 13%, 66%) |
| LAB | lab(25.0 25.3 -11.5) |
| LCH | lch(25.0 27.8 335.6) |
| OKLCH | oklch(0.364 0.080 337.3) |
Copy-ready code
/* CSS */
color: #582c4d;
background-color: #582c4d;
/* Tailwind (arbitrary) */
class="text-[#582c4d] bg-[#582c4d]"
/* SCSS */
$brand: #582c4d;
/* SwiftUI */
Color(red: 0.345, green: 0.173, blue: 0.302)
/* Android */
Color.parseColor("#582c4d")Accessibility — WCAG contrast
Aa
#582c4d on white: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582c4d on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green17.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow12.5%
Key (black)65.5%
Color previews
#582c4d text on a black background
contrast 1.88:1
Card sample
#582c4d text on a white background
contrast 11.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582c4d;
Background color
Panel with #582c4d background
background-color: #582c4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582c4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 44, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 44, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582c4d; background: linear-gradient(135deg, #582c4d, #582C30);