#9b1925
a dark, vivid red · warm · closest name: firebrick
RGB
155, 25, 37
HSL
355°, 72%, 35%
CMYK
0, 84, 76, 39
Luminance
0.0780
Every format
| HEX | #9b1925 |
| RGB | rgb(155, 25, 37) |
| HSL | hsl(355, 72%, 35%) |
| CMYK | cmyk(0%, 84%, 76%, 39%) |
| LAB | lab(33.6 51.7 28.6) |
| LCH | lch(33.6 59.0 28.9) |
| OKLCH | oklch(0.447 0.164 23.0) |
Copy-ready code
/* CSS */
color: #9b1925;
background-color: #9b1925;
/* Tailwind (arbitrary) */
class="text-[#9b1925] bg-[#9b1925]"
/* SCSS */
$brand: #9b1925;
/* SwiftUI */
Color(red: 0.608, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#9b1925")Accessibility — WCAG contrast
Aa
#9b1925 on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b1925 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow76.1%
Key (black)39.2%
Color previews
#9b1925 text on a black background
contrast 2.56:1
Card sample
#9b1925 text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b1925;
Background color
Panel with #9b1925 background
background-color: #9b1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b1925; background: linear-gradient(135deg, #9b1925, #9B6419);