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