#b72421
a dark, vivid red · warm · closest name: firebrick
RGB
183, 36, 33
HSL
1°, 69%, 42%
CMYK
0, 80, 82, 28
Luminance
0.1144
Every format
| HEX | #b72421 |
| RGB | rgb(183, 36, 33) |
| HSL | hsl(1, 69%, 42%) |
| CMYK | cmyk(0%, 80%, 82%, 28%) |
| LAB | lab(40.3 56.8 39.7) |
| LCH | lch(40.3 69.3 35.0) |
| OKLCH | oklch(0.507 0.183 27.6) |
Copy-ready code
/* CSS */
color: #b72421;
background-color: #b72421;
/* Tailwind (arbitrary) */
class="text-[#b72421] bg-[#b72421]"
/* SCSS */
$brand: #b72421;
/* SwiftUI */
Color(red: 0.718, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#b72421")Accessibility — WCAG contrast
Aa
#b72421 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72421 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow82.0%
Key (black)28.2%
Color previews
#b72421 text on a black background
contrast 3.29:1
Card sample
#b72421 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72421;
Background color
Panel with #b72421 background
background-color: #b72421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72421; background: linear-gradient(135deg, #b72421, #B78821);