#b44521
a dark, vivid red · warm · closest name: firebrick
RGB
180, 69, 33
HSL
15°, 69%, 42%
CMYK
0, 62, 82, 29
Luminance
0.1407
Every format
| HEX | #b44521 |
| RGB | rgb(180, 69, 33) |
| HSL | hsl(15, 69%, 42%) |
| CMYK | cmyk(0%, 62%, 82%, 29%) |
| LAB | lab(44.3 43.3 43.4) |
| LCH | lch(44.3 61.3 45.1) |
| OKLCH | oklch(0.536 0.152 37.7) |
Copy-ready code
/* CSS */
color: #b44521;
background-color: #b44521;
/* Tailwind (arbitrary) */
class="text-[#b44521] bg-[#b44521]"
/* SCSS */
$brand: #b44521;
/* SwiftUI */
Color(red: 0.706, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#b44521")Accessibility — WCAG contrast
Aa
#b44521 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b44521 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow81.7%
Key (black)29.4%
Color previews
#b44521 text on a black background
contrast 3.81:1
Card sample
#b44521 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44521;
Background color
Panel with #b44521 background
background-color: #b44521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44521; background: linear-gradient(135deg, #b44521, #B4A721);