#581b5f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
88, 27, 95
HSL
294°, 56%, 24%
CMYK
7, 72, 0, 63
Luminance
0.0368
Every format
| HEX | #581b5f |
| RGB | rgb(88, 27, 95) |
| HSL | hsl(294, 56%, 24%) |
| CMYK | cmyk(7%, 72%, 0%, 63%) |
| LAB | lab(22.6 37.9 -27.1) |
| LCH | lch(22.6 46.6 324.4) |
| OKLCH | oklch(0.349 0.127 323.4) |
Copy-ready code
/* CSS */
color: #581b5f;
background-color: #581b5f;
/* Tailwind (arbitrary) */
class="text-[#581b5f] bg-[#581b5f]"
/* SCSS */
$brand: #581b5f;
/* SwiftUI */
Color(red: 0.345, green: 0.106, blue: 0.373)
/* Android */
Color.parseColor("#581b5f")Accessibility — WCAG contrast
Aa
#581b5f on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#581b5f on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green10.6%
Blue37.3%
CMYK percentages
Cyan7.4%
Magenta71.6%
Yellow0.0%
Key (black)62.7%
Color previews
#581b5f text on a black background
contrast 1.74:1
Card sample
#581b5f text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #581b5f;
Background color
Panel with #581b5f background
background-color: #581b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #581b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 27, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 27, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #581b5f; background: linear-gradient(135deg, #581b5f, #5F1B39);