#b92321
a dark, vivid red · warm · closest name: firebrick
RGB
185, 35, 33
HSL
1°, 70%, 43%
CMYK
0, 81, 82, 28
Luminance
0.1163
Every format
| HEX | #b92321 |
| RGB | rgb(185, 35, 33) |
| HSL | hsl(1, 70%, 43%) |
| CMYK | cmyk(0%, 81%, 82%, 28%) |
| LAB | lab(40.6 57.7 40.1) |
| LCH | lch(40.6 70.3 34.8) |
| OKLCH | oklch(0.510 0.186 27.4) |
Copy-ready code
/* CSS */
color: #b92321;
background-color: #b92321;
/* Tailwind (arbitrary) */
class="text-[#b92321] bg-[#b92321]"
/* SCSS */
$brand: #b92321;
/* SwiftUI */
Color(red: 0.725, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#b92321")Accessibility — WCAG contrast
Aa
#b92321 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b92321 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow82.2%
Key (black)27.5%
Color previews
#b92321 text on a black background
contrast 3.33:1
Card sample
#b92321 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b92321;
Background color
Panel with #b92321 background
background-color: #b92321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b92321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b92321; background: linear-gradient(135deg, #b92321, #B98821);