#7c110c
a dark, electric red · warm · closest name: maroon
RGB
124, 17, 12
HSL
3°, 82%, 27%
CMYK
0, 86, 90, 51
Luminance
0.0471
Every format
| HEX | #7c110c |
| RGB | rgb(124, 17, 12) |
| HSL | hsl(3, 82%, 27%) |
| CMYK | cmyk(0%, 86%, 90%, 51%) |
| LAB | lab(25.9 43.7 33.1) |
| LCH | lch(25.9 54.8 37.2) |
| OKLCH | oklch(0.378 0.141 28.9) |
Copy-ready code
/* CSS */
color: #7c110c;
background-color: #7c110c;
/* Tailwind (arbitrary) */
class="text-[#7c110c] bg-[#7c110c]"
/* SCSS */
$brand: #7c110c;
/* SwiftUI */
Color(red: 0.486, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#7c110c")Accessibility — WCAG contrast
Aa
#7c110c on white: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c110c on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow90.3%
Key (black)51.4%
Color previews
#7c110c text on a black background
contrast 1.94:1
Card sample
#7c110c text on a white background
contrast 10.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c110c;
Background color
Panel with #7c110c background
background-color: #7c110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c110c; background: linear-gradient(135deg, #7c110c, #7C5C0C);