#98110c
a dark, electric red · warm · closest name: maroon
RGB
152, 17, 12
HSL
2°, 85%, 32%
CMYK
0, 89, 92, 40
Luminance
0.0710
Every format
| HEX | #98110c |
| RGB | rgb(152, 17, 12) |
| HSL | hsl(2, 85%, 32%) |
| CMYK | cmyk(0%, 89%, 92%, 40%) |
| LAB | lab(32.0 52.0 40.6) |
| LCH | lch(32.0 66.0 38.0) |
| OKLCH | oklch(0.434 0.168 29.0) |
Copy-ready code
/* CSS */
color: #98110c;
background-color: #98110c;
/* Tailwind (arbitrary) */
class="text-[#98110c] bg-[#98110c]"
/* SCSS */
$brand: #98110c;
/* SwiftUI */
Color(red: 0.596, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#98110c")Accessibility — WCAG contrast
Aa
#98110c on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#98110c on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow92.1%
Key (black)40.4%
Color previews
#98110c text on a black background
contrast 2.42:1
Card sample
#98110c text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98110c;
Background color
Panel with #98110c background
background-color: #98110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98110c; background: linear-gradient(135deg, #98110c, #986E0C);