#390613
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 6, 19
HSL
345°, 81%, 12%
CMYK
0, 90, 67, 78
Luminance
0.0105
Every format
| HEX | #390613 |
| RGB | rgb(57, 6, 19) |
| HSL | hsl(345, 81%, 12%) |
| CMYK | cmyk(0%, 90%, 67%, 78%) |
| LAB | lab(9.4 25.6 5.9) |
| LCH | lch(9.4 26.3 12.9) |
| OKLCH | oklch(0.229 0.079 11.4) |
Copy-ready code
/* CSS */
color: #390613;
background-color: #390613;
/* Tailwind (arbitrary) */
class="text-[#390613] bg-[#390613]"
/* SCSS */
$brand: #390613;
/* SwiftUI */
Color(red: 0.224, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#390613")Accessibility — WCAG contrast
Aa
#390613 on white: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390613 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow66.7%
Key (black)77.6%
Color previews
#390613 text on a black background
contrast 1.21:1
Card sample
#390613 text on a white background
contrast 17.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390613;
Background color
Panel with #390613 background
background-color: #390613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390613; background: linear-gradient(135deg, #390613, #391B06);