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