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