#5e3b47
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
94, 59, 71
HSL
339°, 23%, 30%
CMYK
0, 37, 25, 63
Luminance
0.0596
Every format
| HEX | #5e3b47 |
| RGB | rgb(94, 59, 71) |
| HSL | hsl(339, 23%, 30%) |
| CMYK | cmyk(0%, 37%, 25%, 63%) |
| LAB | lab(29.3 17.4 -0.9) |
| LCH | lch(29.3 17.4 357.0) |
| OKLCH | oklch(0.397 0.052 357.6) |
Copy-ready code
/* CSS */
color: #5e3b47;
background-color: #5e3b47;
/* Tailwind (arbitrary) */
class="text-[#5e3b47] bg-[#5e3b47]"
/* SCSS */
$brand: #5e3b47;
/* SwiftUI */
Color(red: 0.369, green: 0.231, blue: 0.278)
/* Android */
Color.parseColor("#5e3b47")Accessibility — WCAG contrast
Aa
#5e3b47 on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e3b47 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green23.1%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow24.5%
Key (black)63.1%
Color previews
#5e3b47 text on a black background
contrast 2.19:1
Card sample
#5e3b47 text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e3b47;
Background color
Panel with #5e3b47 background
background-color: #5e3b47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e3b47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 59, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 59, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e3b47; background: linear-gradient(135deg, #5e3b47, #5E463B);