#9b112f
a dark, electric red · warm · closest name: firebrick
RGB
155, 17, 47
HSL
347°, 80%, 34%
CMYK
0, 89, 70, 39
Luminance
0.0757
Every format
| HEX | #9b112f |
| RGB | rgb(155, 17, 47) |
| HSL | hsl(347, 80%, 34%) |
| CMYK | cmyk(0%, 89%, 70%, 39%) |
| LAB | lab(33.1 53.9 21.6) |
| LCH | lch(33.1 58.1 21.9) |
| OKLCH | oklch(0.444 0.168 17.6) |
Copy-ready code
/* CSS */
color: #9b112f;
background-color: #9b112f;
/* Tailwind (arbitrary) */
class="text-[#9b112f] bg-[#9b112f]"
/* SCSS */
$brand: #9b112f;
/* SwiftUI */
Color(red: 0.608, green: 0.067, blue: 0.184)
/* Android */
Color.parseColor("#9b112f")Accessibility — WCAG contrast
Aa
#9b112f on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b112f on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green6.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow69.7%
Key (black)39.2%
Color previews
#9b112f text on a black background
contrast 2.51:1
Card sample
#9b112f text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b112f;
Background color
Panel with #9b112f background
background-color: #9b112f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b112f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 17, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 17, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b112f; background: linear-gradient(135deg, #9b112f, #9B4F11);