#391721
a deep, soft magenta / pink · warm · closest name: black
RGB
57, 23, 33
HSL
342°, 43%, 16%
CMYK
0, 60, 42, 78
Luminance
0.0159
Every format
| HEX | #391721 |
| RGB | rgb(57, 23, 33) |
| HSL | hsl(342, 43%, 16%) |
| CMYK | cmyk(0%, 60%, 42%, 78%) |
| LAB | lab(13.2 18.2 1.1) |
| LCH | lch(13.2 18.2 3.3) |
| OKLCH | oklch(0.259 0.055 3.1) |
Copy-ready code
/* CSS */
color: #391721;
background-color: #391721;
/* Tailwind (arbitrary) */
class="text-[#391721] bg-[#391721]"
/* SCSS */
$brand: #391721;
/* SwiftUI */
Color(red: 0.224, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#391721")Accessibility — WCAG contrast
Aa
#391721 on white: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391721 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow42.1%
Key (black)77.6%
Color previews
#391721 text on a black background
contrast 1.32:1
Card sample
#391721 text on a white background
contrast 15.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391721;
Background color
Panel with #391721 background
background-color: #391721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391721; background: linear-gradient(135deg, #391721, #392417);