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