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