#371621
a deep, soft magenta / pink · warm · closest name: black
RGB
55, 22, 33
HSL
340°, 43%, 15%
CMYK
0, 60, 40, 78
Luminance
0.0150
Every format
| HEX | #371621 |
| RGB | rgb(55, 22, 33) |
| HSL | hsl(340, 43%, 15%) |
| CMYK | cmyk(0%, 60%, 40%, 78%) |
| LAB | lab(12.6 17.9 0.1) |
| LCH | lch(12.6 17.9 0.4) |
| OKLCH | oklch(0.253 0.054 0.6) |
Copy-ready code
/* CSS */
color: #371621;
background-color: #371621;
/* Tailwind (arbitrary) */
class="text-[#371621] bg-[#371621]"
/* SCSS */
$brand: #371621;
/* SwiftUI */
Color(red: 0.216, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#371621")Accessibility — WCAG contrast
Aa
#371621 on white: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371621 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow40.0%
Key (black)78.4%
Color previews
#371621 text on a black background
contrast 1.30:1
Card sample
#371621 text on a white background
contrast 16.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371621;
Background color
Panel with #371621 background
background-color: #371621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371621; background: linear-gradient(135deg, #371621, #372116);