#9b2908
a dark, electric red · warm · closest name: maroon
RGB
155, 41, 8
HSL
14°, 90%, 32%
CMYK
0, 74, 95, 39
Luminance
0.0857
Every format
| HEX | #9b2908 |
| RGB | rgb(155, 41, 8) |
| HSL | hsl(14, 90%, 32%) |
| CMYK | cmyk(0%, 74%, 95%, 39%) |
| LAB | lab(35.1 45.8 44.6) |
| LCH | lch(35.1 63.9 44.2) |
| OKLCH | oklch(0.458 0.155 35.0) |
Copy-ready code
/* CSS */
color: #9b2908;
background-color: #9b2908;
/* Tailwind (arbitrary) */
class="text-[#9b2908] bg-[#9b2908]"
/* SCSS */
$brand: #9b2908;
/* SwiftUI */
Color(red: 0.608, green: 0.161, blue: 0.031)
/* Android */
Color.parseColor("#9b2908")Accessibility — WCAG contrast
Aa
#9b2908 on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b2908 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green16.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow94.8%
Key (black)39.2%
Color previews
#9b2908 text on a black background
contrast 2.71:1
Card sample
#9b2908 text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2908;
Background color
Panel with #9b2908 background
background-color: #9b2908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 41, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 41, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2908; background: linear-gradient(135deg, #9b2908, #9B8B08);