#7c112b
a dark, electric red · warm · closest name: maroon
RGB
124, 17, 43
HSL
345°, 76%, 28%
CMYK
0, 86, 65, 51
Luminance
0.0486
Every format
| HEX | #7c112b |
| RGB | rgb(124, 17, 43) |
| HSL | hsl(345, 76%, 28%) |
| CMYK | cmyk(0%, 86%, 65%, 51%) |
| LAB | lab(26.3 45.0 14.3) |
| LCH | lch(26.3 47.2 17.6) |
| OKLCH | oklch(0.383 0.139 14.4) |
Copy-ready code
/* CSS */
color: #7c112b;
background-color: #7c112b;
/* Tailwind (arbitrary) */
class="text-[#7c112b] bg-[#7c112b]"
/* SCSS */
$brand: #7c112b;
/* SwiftUI */
Color(red: 0.486, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#7c112b")Accessibility — WCAG contrast
Aa
#7c112b on white: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c112b on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow65.3%
Key (black)51.4%
Color previews
#7c112b text on a black background
contrast 1.97:1
Card sample
#7c112b text on a white background
contrast 10.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c112b;
Background color
Panel with #7c112b background
background-color: #7c112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c112b; background: linear-gradient(135deg, #7c112b, #7C3E11);