#391913
a deep, vivid red · warm · closest name: black
RGB
57, 25, 19
HSL
10°, 50%, 15%
CMYK
0, 56, 67, 78
Luminance
0.0161
Every format
| HEX | #391913 |
| RGB | rgb(57, 25, 19) |
| HSL | hsl(10, 50%, 15%) |
| CMYK | cmyk(0%, 56%, 67%, 78%) |
| LAB | lab(13.3 15.2 11.3) |
| LCH | lch(13.3 18.9 36.7) |
| OKLCH | oklch(0.258 0.052 31.9) |
Copy-ready code
/* CSS */
color: #391913;
background-color: #391913;
/* Tailwind (arbitrary) */
class="text-[#391913] bg-[#391913]"
/* SCSS */
$brand: #391913;
/* SwiftUI */
Color(red: 0.224, green: 0.098, blue: 0.075)
/* Android */
Color.parseColor("#391913")Accessibility — WCAG contrast
Aa
#391913 on white: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#391913 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green9.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow66.7%
Key (black)77.6%
Color previews
#391913 text on a black background
contrast 1.32:1
Card sample
#391913 text on a white background
contrast 15.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #391913;
Background color
Panel with #391913 background
background-color: #391913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #391913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 25, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 25, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #391913; background: linear-gradient(135deg, #391913, #393213);