#391221
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 18, 33
HSL
337°, 52%, 15%
CMYK
0, 68, 42, 78
Luminance
0.0141
Every format
| HEX | #391221 |
| RGB | rgb(57, 18, 33) |
| HSL | hsl(337, 52%, 15%) |
| CMYK | cmyk(0%, 68%, 42%, 78%) |
| LAB | lab(12.0 21.2 -0.6) |
| LCH | lch(12.0 21.2 358.3) |
| OKLCH | oklch(0.250 0.065 358.8) |
Copy-ready code
/* CSS */
color: #391221;
background-color: #391221;
/* Tailwind (arbitrary) */
class="text-[#391221] bg-[#391221]"
/* SCSS */
$brand: #391221;
/* SwiftUI */
Color(red: 0.224, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#391221")Accessibility — WCAG contrast
Aa
#391221 on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391221 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow42.1%
Key (black)77.6%
Color previews
#391221 text on a black background
contrast 1.28:1
Card sample
#391221 text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391221;
Background color
Panel with #391221 background
background-color: #391221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391221; background: linear-gradient(135deg, #391221, #391D12);