#591f2f
a deep, vivid magenta / pink · warm · closest name: black
RGB
89, 31, 47
HSL
343°, 48%, 24%
CMYK
0, 65, 47, 65
Luminance
0.0331
Every format
| HEX | #591f2f |
| RGB | rgb(89, 31, 47) |
| HSL | hsl(343, 48%, 24%) |
| CMYK | cmyk(0%, 65%, 47%, 65%) |
| LAB | lab(21.2 28.3 3.4) |
| LCH | lch(21.2 28.6 6.9) |
| OKLCH | oklch(0.332 0.087 6.0) |
Copy-ready code
/* CSS */
color: #591f2f;
background-color: #591f2f;
/* Tailwind (arbitrary) */
class="text-[#591f2f] bg-[#591f2f]"
/* SCSS */
$brand: #591f2f;
/* SwiftUI */
Color(red: 0.349, green: 0.122, blue: 0.184)
/* Android */
Color.parseColor("#591f2f")Accessibility — WCAG contrast
Aa
#591f2f on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591f2f on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green12.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow47.2%
Key (black)65.1%
Color previews
#591f2f text on a black background
contrast 1.66:1
Card sample
#591f2f text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591f2f;
Background color
Panel with #591f2f background
background-color: #591f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 31, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 31, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591f2f; background: linear-gradient(135deg, #591f2f, #59361F);