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