#370631
a deep, electric magenta / pink · warm · closest name: black
RGB
55, 6, 49
HSL
307°, 80%, 12%
CMYK
0, 89, 11, 78
Luminance
0.0116
Every format
| HEX | #370631 |
| RGB | rgb(55, 6, 49) |
| HSL | hsl(307, 80%, 12%) |
| CMYK | cmyk(0%, 89%, 11%, 78%) |
| LAB | lab(10.3 29.1 -15.2) |
| LCH | lch(10.3 32.8 332.4) |
| OKLCH | oklch(0.239 0.094 333.7) |
Copy-ready code
/* CSS */
color: #370631;
background-color: #370631;
/* Tailwind (arbitrary) */
class="text-[#370631] bg-[#370631]"
/* SCSS */
$brand: #370631;
/* SwiftUI */
Color(red: 0.216, green: 0.024, blue: 0.192)
/* Android */
Color.parseColor("#370631")Accessibility — WCAG contrast
Aa
#370631 on white: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#370631 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green2.4%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow10.9%
Key (black)78.4%
Color previews
#370631 text on a black background
contrast 1.23:1
Card sample
#370631 text on a white background
contrast 17.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #370631;
Background color
Panel with #370631 background
background-color: #370631;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #370631;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 6, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 6, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #370631; background: linear-gradient(135deg, #370631, #370610);