#390434
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
57, 4, 52
HSL
306°, 87%, 12%
CMYK
0, 93, 9, 78
Luminance
0.0120
Every format
| HEX | #390434 |
| RGB | rgb(57, 4, 52) |
| HSL | hsl(306, 87%, 12%) |
| CMYK | cmyk(0%, 93%, 9%, 78%) |
| LAB | lab(10.6 31.1 -16.9) |
| LCH | lch(10.6 35.3 331.5) |
| OKLCH | oklch(0.243 0.101 332.6) |
Copy-ready code
/* CSS */
color: #390434;
background-color: #390434;
/* Tailwind (arbitrary) */
class="text-[#390434] bg-[#390434]"
/* SCSS */
$brand: #390434;
/* SwiftUI */
Color(red: 0.224, green: 0.016, blue: 0.204)
/* Android */
Color.parseColor("#390434")Accessibility — WCAG contrast
Aa
#390434 on white: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390434 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green1.6%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow8.8%
Key (black)77.6%
Color previews
#390434 text on a black background
contrast 1.24:1
Card sample
#390434 text on a white background
contrast 16.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390434;
Background color
Panel with #390434 background
background-color: #390434;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390434;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 4, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 4, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390434; background: linear-gradient(135deg, #390434, #390411);