#b94321
a dark, vivid red · warm · closest name: firebrick
RGB
185, 67, 33
HSL
13°, 70%, 43%
CMYK
0, 64, 82, 28
Luminance
0.1444
Every format
| HEX | #b94321 |
| RGB | rgb(185, 67, 33) |
| HSL | hsl(13, 70%, 43%) |
| CMYK | cmyk(0%, 64%, 82%, 28%) |
| LAB | lab(44.9 46.0 44.2) |
| LCH | lch(44.9 63.8 43.8) |
| OKLCH | oklch(0.542 0.160 36.3) |
Copy-ready code
/* CSS */
color: #b94321;
background-color: #b94321;
/* Tailwind (arbitrary) */
class="text-[#b94321] bg-[#b94321]"
/* SCSS */
$brand: #b94321;
/* SwiftUI */
Color(red: 0.725, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#b94321")Accessibility — WCAG contrast
Aa
#b94321 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94321 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow82.2%
Key (black)27.5%
Color previews
#b94321 text on a black background
contrast 3.89:1
Card sample
#b94321 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94321;
Background color
Panel with #b94321 background
background-color: #b94321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94321; background: linear-gradient(135deg, #b94321, #B9A821);