#582739
a deep, soft magenta / pink · warm · closest name: black
RGB
88, 39, 57
HSL
338°, 39%, 25%
CMYK
0, 56, 35, 66
Luminance
0.0382
Every format
| HEX | #582739 |
| RGB | rgb(88, 39, 57) |
| HSL | hsl(338, 39%, 25%) |
| CMYK | cmyk(0%, 56%, 35%, 66%) |
| LAB | lab(23.1 24.9 -0.8) |
| LCH | lch(23.1 24.9 358.1) |
| OKLCH | oklch(0.347 0.075 358.6) |
Copy-ready code
/* CSS */
color: #582739;
background-color: #582739;
/* Tailwind (arbitrary) */
class="text-[#582739] bg-[#582739]"
/* SCSS */
$brand: #582739;
/* SwiftUI */
Color(red: 0.345, green: 0.153, blue: 0.224)
/* Android */
Color.parseColor("#582739")Accessibility — WCAG contrast
Aa
#582739 on white: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582739 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green15.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow35.2%
Key (black)65.5%
Color previews
#582739 text on a black background
contrast 1.76:1
Card sample
#582739 text on a white background
contrast 11.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582739;
Background color
Panel with #582739 background
background-color: #582739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 39, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 39, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582739; background: linear-gradient(135deg, #582739, #583627);