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