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