#b73021
a dark, vivid red · warm · closest name: firebrick
RGB
183, 48, 33
HSL
6°, 69%, 42%
CMYK
0, 74, 82, 28
Luminance
0.1229
Every format
| HEX | #b73021 |
| RGB | rgb(183, 48, 33) |
| HSL | hsl(6, 69%, 42%) |
| CMYK | cmyk(0%, 74%, 82%, 28%) |
| LAB | lab(41.7 53.0 41.0) |
| LCH | lch(41.7 67.0 37.8) |
| OKLCH | oklch(0.518 0.174 30.2) |
Copy-ready code
/* CSS */
color: #b73021;
background-color: #b73021;
/* Tailwind (arbitrary) */
class="text-[#b73021] bg-[#b73021]"
/* SCSS */
$brand: #b73021;
/* SwiftUI */
Color(red: 0.718, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#b73021")Accessibility — WCAG contrast
Aa
#b73021 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b73021 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow82.0%
Key (black)28.2%
Color previews
#b73021 text on a black background
contrast 3.46:1
Card sample
#b73021 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b73021;
Background color
Panel with #b73021 background
background-color: #b73021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b73021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b73021; background: linear-gradient(135deg, #b73021, #B79421);