#370721
a deep, electric magenta / pink · warm · closest name: black
RGB
55, 7, 33
HSL
328°, 77%, 12%
CMYK
0, 87, 40, 78
Luminance
0.0107
Every format
| HEX | #370721 |
| RGB | rgb(55, 7, 33) |
| HSL | hsl(328, 77%, 12%) |
| CMYK | cmyk(0%, 87%, 40%, 78%) |
| LAB | lab(9.6 26.0 -4.3) |
| LCH | lch(9.6 26.3 350.6) |
| OKLCH | oklch(0.231 0.080 352.1) |
Copy-ready code
/* CSS */
color: #370721;
background-color: #370721;
/* Tailwind (arbitrary) */
class="text-[#370721] bg-[#370721]"
/* SCSS */
$brand: #370721;
/* SwiftUI */
Color(red: 0.216, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#370721")Accessibility — WCAG contrast
Aa
#370721 on white: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#370721 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow40.0%
Key (black)78.4%
Color previews
#370721 text on a black background
contrast 1.21:1
Card sample
#370721 text on a white background
contrast 17.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #370721;
Background color
Panel with #370721 background
background-color: #370721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #370721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #370721; background: linear-gradient(135deg, #370721, #370D07);