#9b0822
a dark, electric red · warm · closest name: firebrick
RGB
155, 8, 34
HSL
349°, 90%, 32%
CMYK
0, 95, 78, 39
Luminance
0.0726
Every format
| HEX | #9b0822 |
| RGB | rgb(155, 8, 34) |
| HSL | hsl(349, 90%, 32%) |
| CMYK | cmyk(0%, 95%, 78%, 39%) |
| LAB | lab(32.4 54.8 29.1) |
| LCH | lch(32.4 62.1 28.0) |
| OKLCH | oklch(0.439 0.172 21.9) |
Copy-ready code
/* CSS */
color: #9b0822;
background-color: #9b0822;
/* Tailwind (arbitrary) */
class="text-[#9b0822] bg-[#9b0822]"
/* SCSS */
$brand: #9b0822;
/* SwiftUI */
Color(red: 0.608, green: 0.031, blue: 0.133)
/* Android */
Color.parseColor("#9b0822")Accessibility — WCAG contrast
Aa
#9b0822 on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b0822 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green3.1%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow78.1%
Key (black)39.2%
Color previews
#9b0822 text on a black background
contrast 2.45:1
Card sample
#9b0822 text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b0822;
Background color
Panel with #9b0822 background
background-color: #9b0822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b0822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 8, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 8, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b0822; background: linear-gradient(135deg, #9b0822, #9B5008);