#b91521
a dark, electric red · warm · closest name: firebrick
RGB
185, 21, 33
HSL
356°, 80%, 40%
CMYK
0, 89, 82, 28
Luminance
0.1096
Every format
| HEX | #b91521 |
| RGB | rgb(185, 21, 33) |
| HSL | hsl(356, 80%, 40%) |
| CMYK | cmyk(0%, 89%, 82%, 28%) |
| LAB | lab(39.5 60.8 39.1) |
| LCH | lch(39.5 72.3 32.7) |
| OKLCH | oklch(0.502 0.194 25.4) |
Copy-ready code
/* CSS */
color: #b91521;
background-color: #b91521;
/* Tailwind (arbitrary) */
class="text-[#b91521] bg-[#b91521]"
/* SCSS */
$brand: #b91521;
/* SwiftUI */
Color(red: 0.725, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#b91521")Accessibility — WCAG contrast
Aa
#b91521 on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b91521 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow82.2%
Key (black)27.5%
Color previews
#b91521 text on a black background
contrast 3.19:1
Card sample
#b91521 text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b91521;
Background color
Panel with #b91521 background
background-color: #b91521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b91521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b91521; background: linear-gradient(135deg, #b91521, #B97615);