#390721
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 7, 33
HSL
329°, 78%, 13%
CMYK
0, 88, 42, 78
Luminance
0.0113
Every format
| HEX | #390721 |
| RGB | rgb(57, 7, 33) |
| HSL | hsl(329, 78%, 13%) |
| CMYK | cmyk(0%, 88%, 42%, 78%) |
| LAB | lab(10.0 26.6 -3.6) |
| LCH | lch(10.0 26.9 352.4) |
| OKLCH | oklch(0.235 0.082 353.7) |
Copy-ready code
/* CSS */
color: #390721;
background-color: #390721;
/* Tailwind (arbitrary) */
class="text-[#390721] bg-[#390721]"
/* SCSS */
$brand: #390721;
/* SwiftUI */
Color(red: 0.224, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#390721")Accessibility — WCAG contrast
Aa
#390721 on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390721 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow42.1%
Key (black)77.6%
Color previews
#390721 text on a black background
contrast 1.23:1
Card sample
#390721 text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390721;
Background color
Panel with #390721 background
background-color: #390721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390721; background: linear-gradient(135deg, #390721, #390E07);