#b73621
a dark, vivid red · warm · closest name: firebrick
RGB
183, 54, 33
HSL
8°, 69%, 42%
CMYK
0, 71, 82, 28
Luminance
0.1282
Every format
| HEX | #b73621 |
| RGB | rgb(183, 54, 33) |
| HSL | hsl(8, 69%, 42%) |
| CMYK | cmyk(0%, 71%, 82%, 28%) |
| LAB | lab(42.5 50.8 41.8) |
| LCH | lch(42.5 65.8 39.5) |
| OKLCH | oklch(0.524 0.169 31.9) |
Copy-ready code
/* CSS */
color: #b73621;
background-color: #b73621;
/* Tailwind (arbitrary) */
class="text-[#b73621] bg-[#b73621]"
/* SCSS */
$brand: #b73621;
/* SwiftUI */
Color(red: 0.718, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#b73621")Accessibility — WCAG contrast
Aa
#b73621 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b73621 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.5%
Yellow82.0%
Key (black)28.2%
Color previews
#b73621 text on a black background
contrast 3.56:1
Card sample
#b73621 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73621;
Background color
Panel with #b73621 background
background-color: #b73621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73621; background: linear-gradient(135deg, #b73621, #B79A21);