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