#371721
a deep, soft magenta / pink · warm · closest name: black
RGB
55, 23, 33
HSL
341°, 41%, 15%
CMYK
0, 58, 40, 78
Luminance
0.0153
Every format
| HEX | #371721 |
| RGB | rgb(55, 23, 33) |
| HSL | hsl(341, 41%, 15%) |
| CMYK | cmyk(0%, 58%, 40%, 78%) |
| LAB | lab(12.8 17.3 0.5) |
| LCH | lch(12.8 17.3 1.7) |
| OKLCH | oklch(0.255 0.052 1.7) |
Copy-ready code
/* CSS */
color: #371721;
background-color: #371721;
/* Tailwind (arbitrary) */
class="text-[#371721] bg-[#371721]"
/* SCSS */
$brand: #371721;
/* SwiftUI */
Color(red: 0.216, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#371721")Accessibility — WCAG contrast
Aa
#371721 on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371721 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow40.0%
Key (black)78.4%
Color previews
#371721 text on a black background
contrast 1.31:1
Card sample
#371721 text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371721;
Background color
Panel with #371721 background
background-color: #371721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371721; background: linear-gradient(135deg, #371721, #372217);