#591b35
a deep, vivid magenta / pink · warm · closest name: black
RGB
89, 27, 53
HSL
335°, 53%, 23%
CMYK
0, 70, 40, 65
Luminance
0.0316
Every format
| HEX | #591b35 |
| RGB | rgb(89, 27, 53) |
| HSL | hsl(335, 53%, 23%) |
| CMYK | cmyk(0%, 70%, 40%, 65%) |
| LAB | lab(20.7 31.1 -1.6) |
| LCH | lch(20.7 31.1 357.1) |
| OKLCH | oklch(0.329 0.095 357.8) |
Copy-ready code
/* CSS */
color: #591b35;
background-color: #591b35;
/* Tailwind (arbitrary) */
class="text-[#591b35] bg-[#591b35]"
/* SCSS */
$brand: #591b35;
/* SwiftUI */
Color(red: 0.349, green: 0.106, blue: 0.208)
/* Android */
Color.parseColor("#591b35")Accessibility — WCAG contrast
Aa
#591b35 on white: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#591b35 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green10.6%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow40.4%
Key (black)65.1%
Color previews
#591b35 text on a black background
contrast 1.63:1
Card sample
#591b35 text on a white background
contrast 12.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #591b35;
Background color
Panel with #591b35 background
background-color: #591b35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #591b35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 27, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 27, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #591b35; background: linear-gradient(135deg, #591b35, #592A1B);