#390021
a deep, electric magenta / pink · warm · closest name: black
RGB
57, 0, 33
HSL
325°, 100%, 11%
CMYK
0, 100, 42, 78
Luminance
0.0098
Every format
| HEX | #390021 |
| RGB | rgb(57, 0, 33) |
| HSL | hsl(325, 100%, 11%) |
| CMYK | cmyk(0%, 100%, 42%, 78%) |
| LAB | lab(8.8 30.2 -5.4) |
| LCH | lch(8.8 30.6 349.8) |
| OKLCH | oklch(0.227 0.094 351.4) |
Copy-ready code
/* CSS */
color: #390021;
background-color: #390021;
/* Tailwind (arbitrary) */
class="text-[#390021] bg-[#390021]"
/* SCSS */
$brand: #390021;
/* SwiftUI */
Color(red: 0.224, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#390021")Accessibility — WCAG contrast
Aa
#390021 on white: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390021 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.1%
Key (black)77.6%
Color previews
#390021 text on a black background
contrast 1.20:1
Card sample
#390021 text on a white background
contrast 17.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390021;
Background color
Panel with #390021 background
background-color: #390021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390021; background: linear-gradient(135deg, #390021, #390500);