#391421
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 20, 33
HSL
339°, 48%, 15%
CMYK
0, 65, 42, 78
Luminance
0.0148
Every format
| HEX | #391421 |
| RGB | rgb(57, 20, 33) |
| HSL | hsl(339, 48%, 15%) |
| CMYK | cmyk(0%, 65%, 42%, 78%) |
| LAB | lab(12.5 20.0 0.0) |
| LCH | lch(12.5 20.0 0.1) |
| OKLCH | oklch(0.253 0.061 0.3) |
Copy-ready code
/* CSS */
color: #391421;
background-color: #391421;
/* Tailwind (arbitrary) */
class="text-[#391421] bg-[#391421]"
/* SCSS */
$brand: #391421;
/* SwiftUI */
Color(red: 0.224, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#391421")Accessibility — WCAG contrast
Aa
#391421 on white: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391421 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.9%
Yellow42.1%
Key (black)77.6%
Color previews
#391421 text on a black background
contrast 1.30:1
Card sample
#391421 text on a white background
contrast 16.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391421;
Background color
Panel with #391421 background
background-color: #391421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391421; background: linear-gradient(135deg, #391421, #392014);