#390521
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 5, 33
HSL
328°, 84%, 12%
CMYK
0, 91, 42, 78
Luminance
0.0109
Every format
| HEX | #390521 |
| RGB | rgb(57, 5, 33) |
| HSL | hsl(328, 84%, 12%) |
| CMYK | cmyk(0%, 91%, 42%, 78%) |
| LAB | lab(9.7 27.6 -4.1) |
| LCH | lch(9.7 27.9 351.6) |
| OKLCH | oklch(0.233 0.086 353.0) |
Copy-ready code
/* CSS */
color: #390521;
background-color: #390521;
/* Tailwind (arbitrary) */
class="text-[#390521] bg-[#390521]"
/* SCSS */
$brand: #390521;
/* SwiftUI */
Color(red: 0.224, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#390521")Accessibility — WCAG contrast
Aa
#390521 on white: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390521 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow42.1%
Key (black)77.6%
Color previews
#390521 text on a black background
contrast 1.22:1
Card sample
#390521 text on a white background
contrast 17.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390521;
Background color
Panel with #390521 background
background-color: #390521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390521; background: linear-gradient(135deg, #390521, #390C05);