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