#581749
a deep, vivid magenta / pink · warm · closest name: purple
RGB
88, 23, 73
HSL
314°, 59%, 22%
CMYK
0, 74, 17, 66
Luminance
0.0317
Every format
| HEX | #581749 |
| RGB | rgb(88, 23, 73) |
| HSL | hsl(314, 59%, 22%) |
| CMYK | cmyk(0%, 74%, 17%, 66%) |
| LAB | lab(20.7 35.6 -15.4) |
| LCH | lch(20.7 38.7 336.6) |
| OKLCH | oklch(0.331 0.113 338.4) |
Copy-ready code
/* CSS */
color: #581749;
background-color: #581749;
/* Tailwind (arbitrary) */
class="text-[#581749] bg-[#581749]"
/* SCSS */
$brand: #581749;
/* SwiftUI */
Color(red: 0.345, green: 0.090, blue: 0.286)
/* Android */
Color.parseColor("#581749")Accessibility — WCAG contrast
Aa
#581749 on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#581749 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green9.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow17.0%
Key (black)65.5%
Color previews
#581749 text on a black background
contrast 1.63:1
Card sample
#581749 text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #581749;
Background color
Panel with #581749 background
background-color: #581749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #581749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 23, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 23, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #581749; background: linear-gradient(135deg, #581749, #58171E);