#b04921
a dark, vivid orange · warm · closest name: sienna
RGB
176, 73, 33
HSL
17°, 68%, 41%
CMYK
0, 59, 81, 31
Luminance
0.1410
Every format
| HEX | #b04921 |
| RGB | rgb(176, 73, 33) |
| HSL | hsl(17, 68%, 41%) |
| CMYK | cmyk(0%, 59%, 81%, 31%) |
| LAB | lab(44.4 39.9 43.2) |
| LCH | lch(44.4 58.8 47.3) |
| OKLCH | oklch(0.536 0.144 40.1) |
Copy-ready code
/* CSS */
color: #b04921;
background-color: #b04921;
/* Tailwind (arbitrary) */
class="text-[#b04921] bg-[#b04921]"
/* SCSS */
$brand: #b04921;
/* SwiftUI */
Color(red: 0.690, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#b04921")Accessibility — WCAG contrast
Aa
#b04921 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b04921 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow81.3%
Key (black)31.0%
Color previews
#b04921 text on a black background
contrast 3.82:1
Card sample
#b04921 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04921;
Background color
Panel with #b04921 background
background-color: #b04921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04921; background: linear-gradient(135deg, #b04921, #B0A821);