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