#581f3c
a deep, vivid magenta / pink · warm · closest name: black
RGB
88, 31, 60
HSL
330°, 48%, 23%
CMYK
0, 65, 32, 66
Luminance
0.0338
Every format
| HEX | #581f3c |
| RGB | rgb(88, 31, 60) |
| HSL | hsl(330, 48%, 23%) |
| CMYK | cmyk(0%, 65%, 32%, 66%) |
| LAB | lab(21.5 29.7 -5.2) |
| LCH | lch(21.5 30.1 350.1) |
| OKLCH | oklch(0.335 0.091 351.5) |
Copy-ready code
/* CSS */
color: #581f3c;
background-color: #581f3c;
/* Tailwind (arbitrary) */
class="text-[#581f3c] bg-[#581f3c]"
/* SCSS */
$brand: #581f3c;
/* SwiftUI */
Color(red: 0.345, green: 0.122, blue: 0.235)
/* Android */
Color.parseColor("#581f3c")Accessibility — WCAG contrast
Aa
#581f3c on white: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#581f3c on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green12.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow31.8%
Key (black)65.5%
Color previews
#581f3c text on a black background
contrast 1.68:1
Card sample
#581f3c text on a white background
contrast 12.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #581f3c;
Background color
Panel with #581f3c background
background-color: #581f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #581f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 31, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 31, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #581f3c; background: linear-gradient(135deg, #581f3c, #58281F);