#391021
a deep, vivid magenta / pink · warm · closest name: black
RGB
57, 16, 33
HSL
335°, 56%, 14%
CMYK
0, 72, 42, 78
Luminance
0.0135
Every format
| HEX | #391021 |
| RGB | rgb(57, 16, 33) |
| HSL | hsl(335, 56%, 14%) |
| CMYK | cmyk(0%, 72%, 42%, 78%) |
| LAB | lab(11.6 22.3 -1.2) |
| LCH | lch(11.6 22.3 356.9) |
| OKLCH | oklch(0.247 0.068 357.5) |
Copy-ready code
/* CSS */
color: #391021;
background-color: #391021;
/* Tailwind (arbitrary) */
class="text-[#391021] bg-[#391021]"
/* SCSS */
$brand: #391021;
/* SwiftUI */
Color(red: 0.224, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#391021")Accessibility — WCAG contrast
Aa
#391021 on white: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391021 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow42.1%
Key (black)77.6%
Color previews
#391021 text on a black background
contrast 1.27:1
Card sample
#391021 text on a white background
contrast 16.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391021;
Background color
Panel with #391021 background
background-color: #391021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391021; background: linear-gradient(135deg, #391021, #391A10);