#b92921
a dark, vivid red · warm · closest name: firebrick
RGB
185, 41, 33
HSL
3°, 70%, 43%
CMYK
0, 78, 82, 28
Luminance
0.1201
Every format
| HEX | #b92921 |
| RGB | rgb(185, 41, 33) |
| HSL | hsl(3, 70%, 43%) |
| CMYK | cmyk(0%, 78%, 82%, 28%) |
| LAB | lab(41.2 55.9 40.7) |
| LCH | lch(41.2 69.2 36.1) |
| OKLCH | oklch(0.515 0.181 28.6) |
Copy-ready code
/* CSS */
color: #b92921;
background-color: #b92921;
/* Tailwind (arbitrary) */
class="text-[#b92921] bg-[#b92921]"
/* SCSS */
$brand: #b92921;
/* SwiftUI */
Color(red: 0.725, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#b92921")Accessibility — WCAG contrast
Aa
#b92921 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b92921 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow82.2%
Key (black)27.5%
Color previews
#b92921 text on a black background
contrast 3.40:1
Card sample
#b92921 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b92921;
Background color
Panel with #b92921 background
background-color: #b92921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b92921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b92921; background: linear-gradient(135deg, #b92921, #B98E21);