#78110c
a dark, electric red · warm · closest name: maroon
RGB
120, 17, 12
HSL
3°, 82%, 26%
CMYK
0, 86, 90, 53
Luminance
0.0442
Every format
| HEX | #78110c |
| RGB | rgb(120, 17, 12) |
| HSL | hsl(3, 82%, 26%) |
| CMYK | cmyk(0%, 86%, 90%, 53%) |
| LAB | lab(25.0 42.4 32.0) |
| LCH | lch(25.0 53.1 37.0) |
| OKLCH | oklch(0.370 0.137 28.9) |
Copy-ready code
/* CSS */
color: #78110c;
background-color: #78110c;
/* Tailwind (arbitrary) */
class="text-[#78110c] bg-[#78110c]"
/* SCSS */
$brand: #78110c;
/* SwiftUI */
Color(red: 0.471, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#78110c")Accessibility — WCAG contrast
Aa
#78110c on white: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#78110c on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow90.0%
Key (black)52.9%
Color previews
#78110c text on a black background
contrast 1.88:1
Card sample
#78110c text on a white background
contrast 11.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78110c;
Background color
Panel with #78110c background
background-color: #78110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78110c; background: linear-gradient(135deg, #78110c, #78590C);