#8f110c
a dark, electric red · warm · closest name: maroon
RGB
143, 17, 12
HSL
2°, 85%, 30%
CMYK
0, 88, 92, 44
Luminance
0.0627
Every format
| HEX | #8f110c |
| RGB | rgb(143, 17, 12) |
| HSL | hsl(2, 85%, 30%) |
| CMYK | cmyk(0%, 88%, 92%, 44%) |
| LAB | lab(30.1 49.4 38.3) |
| LCH | lch(30.1 62.5 37.8) |
| OKLCH | oklch(0.416 0.160 28.9) |
Copy-ready code
/* CSS */
color: #8f110c;
background-color: #8f110c;
/* Tailwind (arbitrary) */
class="text-[#8f110c] bg-[#8f110c]"
/* SCSS */
$brand: #8f110c;
/* SwiftUI */
Color(red: 0.561, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#8f110c")Accessibility — WCAG contrast
Aa
#8f110c on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f110c on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow91.6%
Key (black)43.9%
Color previews
#8f110c text on a black background
contrast 2.25:1
Card sample
#8f110c text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f110c;
Background color
Panel with #8f110c background
background-color: #8f110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f110c; background: linear-gradient(135deg, #8f110c, #8F680C);