#391921
a deep, soft red · warm · closest name: black
RGB
57, 25, 33
HSL
345°, 39%, 16%
CMYK
0, 56, 42, 78
Luminance
0.0167
Every format
| HEX | #391921 |
| RGB | rgb(57, 25, 33) |
| HSL | hsl(345, 39%, 16%) |
| CMYK | cmyk(0%, 56%, 42%, 78%) |
| LAB | lab(13.7 16.9 1.8) |
| LCH | lch(13.7 17.0 6.0) |
| OKLCH | oklch(0.262 0.051 5.4) |
Copy-ready code
/* CSS */
color: #391921;
background-color: #391921;
/* Tailwind (arbitrary) */
class="text-[#391921] bg-[#391921]"
/* SCSS */
$brand: #391921;
/* SwiftUI */
Color(red: 0.224, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#391921")Accessibility — WCAG contrast
Aa
#391921 on white: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391921 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow42.1%
Key (black)77.6%
Color previews
#391921 text on a black background
contrast 1.33:1
Card sample
#391921 text on a white background
contrast 15.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391921;
Background color
Panel with #391921 background
background-color: #391921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391921; background: linear-gradient(135deg, #391921, #392619);