#9d080f
a dark, electric red · warm · closest name: firebrick
RGB
157, 8, 15
HSL
357°, 90%, 32%
CMYK
0, 95, 90, 38
Luminance
0.0738
Every format
| HEX | #9d080f |
| RGB | rgb(157, 8, 15) |
| HSL | hsl(357, 90%, 32%) |
| CMYK | cmyk(0%, 95%, 90%, 38%) |
| LAB | lab(32.6 54.8 40.2) |
| LCH | lch(32.6 68.0 36.2) |
| OKLCH | oklch(0.441 0.175 27.5) |
Copy-ready code
/* CSS */
color: #9d080f;
background-color: #9d080f;
/* Tailwind (arbitrary) */
class="text-[#9d080f] bg-[#9d080f]"
/* SCSS */
$brand: #9d080f;
/* SwiftUI */
Color(red: 0.616, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#9d080f")Accessibility — WCAG contrast
Aa
#9d080f on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9d080f on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow90.4%
Key (black)38.4%
Color previews
#9d080f text on a black background
contrast 2.48:1
Card sample
#9d080f text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d080f;
Background color
Panel with #9d080f background
background-color: #9d080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d080f; background: linear-gradient(135deg, #9d080f, #9D6508);