#390413
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 4, 19
HSL
343°, 87%, 12%
CMYK
0, 93, 67, 78
Luminance
0.0100
Every format
| HEX | #390413 |
| RGB | rgb(57, 4, 19) |
| HSL | hsl(343, 87%, 12%) |
| CMYK | cmyk(0%, 93%, 67%, 78%) |
| LAB | lab(9.0 26.6 5.4) |
| LCH | lch(9.0 27.1 11.4) |
| OKLCH | oklch(0.226 0.082 10.1) |
Copy-ready code
/* CSS */
color: #390413;
background-color: #390413;
/* Tailwind (arbitrary) */
class="text-[#390413] bg-[#390413]"
/* SCSS */
$brand: #390413;
/* SwiftUI */
Color(red: 0.224, green: 0.016, blue: 0.075)
/* Android */
Color.parseColor("#390413")Accessibility — WCAG contrast
Aa
#390413 on white: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390413 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green1.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow66.7%
Key (black)77.6%
Color previews
#390413 text on a black background
contrast 1.20:1
Card sample
#390413 text on a white background
contrast 17.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390413;
Background color
Panel with #390413 background
background-color: #390413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 4, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 4, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390413; background: linear-gradient(135deg, #390413, #391804);