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