#b53721
a dark, vivid red · warm · closest name: firebrick
RGB
181, 55, 33
HSL
9°, 69%, 42%
CMYK
0, 70, 82, 29
Luminance
0.1267
Every format
| HEX | #b53721 |
| RGB | rgb(181, 55, 33) |
| HSL | hsl(9, 69%, 42%) |
| CMYK | cmyk(0%, 70%, 82%, 29%) |
| LAB | lab(42.3 49.7 41.5) |
| LCH | lch(42.3 64.7 39.8) |
| OKLCH | oklch(0.521 0.166 32.3) |
Copy-ready code
/* CSS */
color: #b53721;
background-color: #b53721;
/* Tailwind (arbitrary) */
class="text-[#b53721] bg-[#b53721]"
/* SCSS */
$brand: #b53721;
/* SwiftUI */
Color(red: 0.710, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#b53721")Accessibility — WCAG contrast
Aa
#b53721 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b53721 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow81.8%
Key (black)29.0%
Color previews
#b53721 text on a black background
contrast 3.53:1
Card sample
#b53721 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b53721;
Background color
Panel with #b53721 background
background-color: #b53721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b53721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b53721; background: linear-gradient(135deg, #b53721, #B59A21);