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