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