#8c112b
a dark, electric red · warm · closest name: maroon
RGB
140, 17, 43
HSL
347°, 78%, 31%
CMYK
0, 88, 69, 45
Luminance
0.0615
Every format
| HEX | #8c112b |
| RGB | rgb(140, 17, 43) |
| HSL | hsl(347, 78%, 31%) |
| CMYK | cmyk(0%, 88%, 69%, 45%) |
| LAB | lab(29.8 49.6 19.4) |
| LCH | lch(29.8 53.3 21.4) |
| OKLCH | oklch(0.414 0.154 17.3) |
Copy-ready code
/* CSS */
color: #8c112b;
background-color: #8c112b;
/* Tailwind (arbitrary) */
class="text-[#8c112b] bg-[#8c112b]"
/* SCSS */
$brand: #8c112b;
/* SwiftUI */
Color(red: 0.549, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#8c112b")Accessibility — WCAG contrast
Aa
#8c112b on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c112b on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow69.3%
Key (black)45.1%
Color previews
#8c112b text on a black background
contrast 2.23:1
Card sample
#8c112b text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c112b;
Background color
Panel with #8c112b background
background-color: #8c112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c112b; background: linear-gradient(135deg, #8c112b, #8C4911);