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