#9b2829
a dark, vivid red · warm · closest name: firebrick
RGB
155, 40, 41
HSL
360°, 59%, 38%
CMYK
0, 74, 74, 39
Luminance
0.0865
Every format
| HEX | #9b2829 |
| RGB | rgb(155, 40, 41) |
| HSL | hsl(360, 59%, 38%) |
| CMYK | cmyk(0%, 74%, 74%, 39%) |
| LAB | lab(35.3 47.1 28.1) |
| LCH | lch(35.3 54.9 30.8) |
| OKLCH | oklch(0.460 0.151 25.0) |
Copy-ready code
/* CSS */
color: #9b2829;
background-color: #9b2829;
/* Tailwind (arbitrary) */
class="text-[#9b2829] bg-[#9b2829]"
/* SCSS */
$brand: #9b2829;
/* SwiftUI */
Color(red: 0.608, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#9b2829")Accessibility — WCAG contrast
Aa
#9b2829 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b2829 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow73.5%
Key (black)39.2%
Color previews
#9b2829 text on a black background
contrast 2.73:1
Card sample
#9b2829 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2829;
Background color
Panel with #9b2829 background
background-color: #9b2829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2829; background: linear-gradient(135deg, #9b2829, #9B7428);