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