#9c080b
a dark, electric red · warm · closest name: firebrick
RGB
156, 8, 11
HSL
359°, 90%, 32%
CMYK
0, 95, 93, 39
Luminance
0.0727
Every format
| HEX | #9c080b |
| RGB | rgb(156, 8, 11) |
| HSL | hsl(359, 90%, 32%) |
| CMYK | cmyk(0%, 95%, 93%, 39%) |
| LAB | lab(32.4 54.5 41.7) |
| LCH | lch(32.4 68.7 37.4) |
| OKLCH | oklch(0.439 0.175 28.2) |
Copy-ready code
/* CSS */
color: #9c080b;
background-color: #9c080b;
/* Tailwind (arbitrary) */
class="text-[#9c080b] bg-[#9c080b]"
/* SCSS */
$brand: #9c080b;
/* SwiftUI */
Color(red: 0.612, green: 0.031, blue: 0.043)
/* Android */
Color.parseColor("#9c080b")Accessibility — WCAG contrast
Aa
#9c080b on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c080b on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green3.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow92.9%
Key (black)38.8%
Color previews
#9c080b text on a black background
contrast 2.45:1
Card sample
#9c080b text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c080b;
Background color
Panel with #9c080b background
background-color: #9c080b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c080b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 8, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 8, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c080b; background: linear-gradient(135deg, #9c080b, #9C6808);