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