#371221
a deep, vivid magenta / pink · warm · closest name: black
RGB
55, 18, 33
HSL
336°, 51%, 14%
CMYK
0, 67, 40, 78
Luminance
0.0135
Every format
| HEX | #371221 |
| RGB | rgb(55, 18, 33) |
| HSL | hsl(336, 51%, 14%) |
| CMYK | cmyk(0%, 67%, 40%, 78%) |
| LAB | lab(11.7 20.4 -1.2) |
| LCH | lch(11.7 20.4 356.6) |
| OKLCH | oklch(0.246 0.062 357.3) |
Copy-ready code
/* CSS */
color: #371221;
background-color: #371221;
/* Tailwind (arbitrary) */
class="text-[#371221] bg-[#371221]"
/* SCSS */
$brand: #371221;
/* SwiftUI */
Color(red: 0.216, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#371221")Accessibility — WCAG contrast
Aa
#371221 on white: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371221 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow40.0%
Key (black)78.4%
Color previews
#371221 text on a black background
contrast 1.27:1
Card sample
#371221 text on a white background
contrast 16.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371221;
Background color
Panel with #371221 background
background-color: #371221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371221; background: linear-gradient(135deg, #371221, #371C12);