#391939
a deep, soft magenta / pink · warm · closest name: black
RGB
57, 25, 57
HSL
300°, 39%, 16%
CMYK
0, 56, 0, 78
Luminance
0.0186
Every format
| HEX | #391939 |
| RGB | rgb(57, 25, 57) |
| HSL | hsl(300, 39%, 16%) |
| CMYK | cmyk(0%, 56%, 0%, 78%) |
| LAB | lab(14.7 21.4 -13.9) |
| LCH | lch(14.7 25.6 326.9) |
| OKLCH | oklch(0.274 0.071 327.3) |
Copy-ready code
/* CSS */
color: #391939;
background-color: #391939;
/* Tailwind (arbitrary) */
class="text-[#391939] bg-[#391939]"
/* SCSS */
$brand: #391939;
/* SwiftUI */
Color(red: 0.224, green: 0.098, blue: 0.224)
/* Android */
Color.parseColor("#391939")Accessibility — WCAG contrast
Aa
#391939 on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391939 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green9.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow0.0%
Key (black)77.6%
Color previews
#391939 text on a black background
contrast 1.37:1
Card sample
#391939 text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391939;
Background color
Panel with #391939 background
background-color: #391939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 25, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 25, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391939; background: linear-gradient(135deg, #391939, #391924);