#371821
a deep, soft magenta / pink · warm · closest name: black
RGB
55, 24, 33
HSL
343°, 39%, 16%
CMYK
0, 56, 40, 78
Luminance
0.0158
Every format
| HEX | #371821 |
| RGB | rgb(55, 24, 33) |
| HSL | hsl(343, 39%, 16%) |
| CMYK | cmyk(0%, 56%, 40%, 78%) |
| LAB | lab(13.1 16.6 0.9) |
| LCH | lch(13.1 16.7 3.0) |
| OKLCH | oklch(0.257 0.051 2.8) |
Copy-ready code
/* CSS */
color: #371821;
background-color: #371821;
/* Tailwind (arbitrary) */
class="text-[#371821] bg-[#371821]"
/* SCSS */
$brand: #371821;
/* SwiftUI */
Color(red: 0.216, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#371821")Accessibility — WCAG contrast
Aa
#371821 on white: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371821 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow40.0%
Key (black)78.4%
Color previews
#371821 text on a black background
contrast 1.32:1
Card sample
#371821 text on a white background
contrast 15.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371821;
Background color
Panel with #371821 background
background-color: #371821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371821; background: linear-gradient(135deg, #371821, #372418);