#b73421
a dark, vivid red · warm · closest name: firebrick
RGB
183, 52, 33
HSL
8°, 69%, 42%
CMYK
0, 72, 82, 28
Luminance
0.1263
Every format
| HEX | #b73421 |
| RGB | rgb(183, 52, 33) |
| HSL | hsl(8, 69%, 42%) |
| CMYK | cmyk(0%, 72%, 82%, 28%) |
| LAB | lab(42.2 51.5 41.5) |
| LCH | lch(42.2 66.2 38.9) |
| OKLCH | oklch(0.521 0.171 31.3) |
Copy-ready code
/* CSS */
color: #b73421;
background-color: #b73421;
/* Tailwind (arbitrary) */
class="text-[#b73421] bg-[#b73421]"
/* SCSS */
$brand: #b73421;
/* SwiftUI */
Color(red: 0.718, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#b73421")Accessibility — WCAG contrast
Aa
#b73421 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b73421 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow82.0%
Key (black)28.2%
Color previews
#b73421 text on a black background
contrast 3.53:1
Card sample
#b73421 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73421;
Background color
Panel with #b73421 background
background-color: #b73421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73421; background: linear-gradient(135deg, #b73421, #B79821);