#391821
a deep, soft magenta / pink · warm · closest name: black
RGB
57, 24, 33
HSL
344°, 41%, 16%
CMYK
0, 58, 42, 78
Luminance
0.0163
Every format
| HEX | #391821 |
| RGB | rgb(57, 24, 33) |
| HSL | hsl(344, 41%, 16%) |
| CMYK | cmyk(0%, 58%, 42%, 78%) |
| LAB | lab(13.4 17.5 1.4) |
| LCH | lch(13.4 17.6 4.6) |
| OKLCH | oklch(0.261 0.053 4.2) |
Copy-ready code
/* CSS */
color: #391821;
background-color: #391821;
/* Tailwind (arbitrary) */
class="text-[#391821] bg-[#391821]"
/* SCSS */
$brand: #391821;
/* SwiftUI */
Color(red: 0.224, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#391821")Accessibility — WCAG contrast
Aa
#391821 on white: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391821 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow42.1%
Key (black)77.6%
Color previews
#391821 text on a black background
contrast 1.33:1
Card sample
#391821 text on a white background
contrast 15.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391821;
Background color
Panel with #391821 background
background-color: #391821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391821; background: linear-gradient(135deg, #391821, #392518);