#b72721
a dark, vivid red · warm · closest name: firebrick
RGB
183, 39, 33
HSL
2°, 69%, 42%
CMYK
0, 79, 82, 28
Luminance
0.1163
Every format
| HEX | #b72721 |
| RGB | rgb(183, 39, 33) |
| HSL | hsl(2, 69%, 42%) |
| CMYK | cmyk(0%, 79%, 82%, 28%) |
| LAB | lab(40.6 55.9 40.0) |
| LCH | lch(40.6 68.8 35.6) |
| OKLCH | oklch(0.510 0.181 28.1) |
Copy-ready code
/* CSS */
color: #b72721;
background-color: #b72721;
/* Tailwind (arbitrary) */
class="text-[#b72721] bg-[#b72721]"
/* SCSS */
$brand: #b72721;
/* SwiftUI */
Color(red: 0.718, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#b72721")Accessibility — WCAG contrast
Aa
#b72721 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72721 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow82.0%
Key (black)28.2%
Color previews
#b72721 text on a black background
contrast 3.33:1
Card sample
#b72721 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72721;
Background color
Panel with #b72721 background
background-color: #b72721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72721; background: linear-gradient(135deg, #b72721, #B78B21);