#371421
a deep, vivid magenta / pink · warm · closest name: black
RGB
55, 20, 33
HSL
338°, 47%, 15%
CMYK
0, 64, 40, 78
Luminance
0.0142
Every format
| HEX | #371421 |
| RGB | rgb(55, 20, 33) |
| HSL | hsl(338, 47%, 15%) |
| CMYK | cmyk(0%, 64%, 40%, 78%) |
| LAB | lab(12.1 19.2 -0.6) |
| LCH | lch(12.1 19.2 358.4) |
| OKLCH | oklch(0.250 0.058 358.8) |
Copy-ready code
/* CSS */
color: #371421;
background-color: #371421;
/* Tailwind (arbitrary) */
class="text-[#371421] bg-[#371421]"
/* SCSS */
$brand: #371421;
/* SwiftUI */
Color(red: 0.216, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#371421")Accessibility — WCAG contrast
Aa
#371421 on white: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#371421 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow40.0%
Key (black)78.4%
Color previews
#371421 text on a black background
contrast 1.28:1
Card sample
#371421 text on a white background
contrast 16.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #371421;
Background color
Panel with #371421 background
background-color: #371421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #371421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #371421; background: linear-gradient(135deg, #371421, #371E14);