#9c0b13
a dark, electric red · warm · closest name: firebrick
RGB
156, 11, 19
HSL
357°, 87%, 33%
CMYK
0, 93, 88, 39
Luminance
0.0735
Every format
| HEX | #9c0b13 |
| RGB | rgb(156, 11, 19) |
| HSL | hsl(357, 87%, 33%) |
| CMYK | cmyk(0%, 93%, 88%, 39%) |
| LAB | lab(32.6 54.2 38.1) |
| LCH | lch(32.6 66.3 35.1) |
| OKLCH | oklch(0.440 0.173 26.8) |
Copy-ready code
/* CSS */
color: #9c0b13;
background-color: #9c0b13;
/* Tailwind (arbitrary) */
class="text-[#9c0b13] bg-[#9c0b13]"
/* SCSS */
$brand: #9c0b13;
/* SwiftUI */
Color(red: 0.612, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#9c0b13")Accessibility — WCAG contrast
Aa
#9c0b13 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9c0b13 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow87.8%
Key (black)38.8%
Color previews
#9c0b13 text on a black background
contrast 2.47:1
Card sample
#9c0b13 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c0b13;
Background color
Panel with #9c0b13 background
background-color: #9c0b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c0b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c0b13; background: linear-gradient(135deg, #9c0b13, #9C640B);