#582c42
a dark, soft magenta / pink · warm · closest name: black
RGB
88, 44, 66
HSL
330°, 33%, 26%
CMYK
0, 50, 25, 66
Luminance
0.0427
Every format
| HEX | #582c42 |
| RGB | rgb(88, 44, 66) |
| HSL | hsl(330, 33%, 26%) |
| CMYK | cmyk(0%, 50%, 25%, 66%) |
| LAB | lab(24.5 23.3 -4.8) |
| LCH | lch(24.5 23.8 348.5) |
| OKLCH | oklch(0.359 0.071 350.0) |
Copy-ready code
/* CSS */
color: #582c42;
background-color: #582c42;
/* Tailwind (arbitrary) */
class="text-[#582c42] bg-[#582c42]"
/* SCSS */
$brand: #582c42;
/* SwiftUI */
Color(red: 0.345, green: 0.173, blue: 0.259)
/* Android */
Color.parseColor("#582c42")Accessibility — WCAG contrast
Aa
#582c42 on white: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582c42 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green17.3%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow25.0%
Key (black)65.5%
Color previews
#582c42 text on a black background
contrast 1.85:1
Card sample
#582c42 text on a white background
contrast 11.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582c42;
Background color
Panel with #582c42 background
background-color: #582c42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582c42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 44, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 44, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582c42; background: linear-gradient(135deg, #582c42, #58332C);