#390921
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 9, 33
HSL
330°, 73%, 13%
CMYK
0, 84, 42, 78
Luminance
0.0118
Every format
| HEX | #390921 |
| RGB | rgb(57, 9, 33) |
| HSL | hsl(330, 73%, 13%) |
| CMYK | cmyk(0%, 84%, 42%, 78%) |
| LAB | lab(10.4 25.7 -3.1) |
| LCH | lch(10.4 25.9 353.2) |
| OKLCH | oklch(0.238 0.079 354.4) |
Copy-ready code
/* CSS */
color: #390921;
background-color: #390921;
/* Tailwind (arbitrary) */
class="text-[#390921] bg-[#390921]"
/* SCSS */
$brand: #390921;
/* SwiftUI */
Color(red: 0.224, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#390921")Accessibility — WCAG contrast
Aa
#390921 on white: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390921 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow42.1%
Key (black)77.6%
Color previews
#390921 text on a black background
contrast 1.24:1
Card sample
#390921 text on a white background
contrast 17.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390921;
Background color
Panel with #390921 background
background-color: #390921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390921; background: linear-gradient(135deg, #390921, #391109);