#370340
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
55, 3, 64
HSL
291°, 91%, 13%
CMYK
14, 95, 0, 75
Luminance
0.0125
Every format
| HEX | #370340 |
| RGB | rgb(55, 3, 64) |
| HSL | hsl(291, 91%, 13%) |
| CMYK | cmyk(14%, 95%, 0%, 75%) |
| LAB | lab(10.9 33.4 -25.0) |
| LCH | lch(10.9 41.7 323.1) |
| OKLCH | oklch(0.247 0.112 321.0) |
Copy-ready code
/* CSS */
color: #370340;
background-color: #370340;
/* Tailwind (arbitrary) */
class="text-[#370340] bg-[#370340]"
/* SCSS */
$brand: #370340;
/* SwiftUI */
Color(red: 0.216, green: 0.012, blue: 0.251)
/* Android */
Color.parseColor("#370340")Accessibility — WCAG contrast
Aa
#370340 on white: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#370340 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green1.2%
Blue25.1%
CMYK percentages
Cyan14.1%
Magenta95.3%
Yellow0.0%
Key (black)74.9%
Color previews
#370340 text on a black background
contrast 1.25:1
Card sample
#370340 text on a white background
contrast 16.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #370340;
Background color
Panel with #370340 background
background-color: #370340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #370340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 3, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 3, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #370340; background: linear-gradient(135deg, #370340, #400320);