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