#b94921
a dark, vivid orange · warm · closest name: firebrick
RGB
185, 73, 33
HSL
16°, 70%, 43%
CMYK
0, 61, 82, 28
Luminance
0.1519
Every format
| HEX | #b94921 |
| RGB | rgb(185, 73, 33) |
| HSL | hsl(16, 70%, 43%) |
| CMYK | cmyk(0%, 61%, 82%, 28%) |
| LAB | lab(45.9 43.3 45.1) |
| LCH | lch(45.9 62.5 46.2) |
| OKLCH | oklch(0.550 0.154 38.8) |
Copy-ready code
/* CSS */
color: #b94921;
background-color: #b94921;
/* Tailwind (arbitrary) */
class="text-[#b94921] bg-[#b94921]"
/* SCSS */
$brand: #b94921;
/* SwiftUI */
Color(red: 0.725, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#b94921")Accessibility — WCAG contrast
Aa
#b94921 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94921 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow82.2%
Key (black)27.5%
Color previews
#b94921 text on a black background
contrast 4.04:1
Card sample
#b94921 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94921;
Background color
Panel with #b94921 background
background-color: #b94921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94921; background: linear-gradient(135deg, #b94921, #B9AE21);