#b04721
a dark, vivid orange · warm · closest name: sienna
RGB
176, 71, 33
HSL
16°, 68%, 41%
CMYK
0, 60, 81, 31
Luminance
0.1385
Every format
| HEX | #b04721 |
| RGB | rgb(176, 71, 33) |
| HSL | hsl(16, 68%, 41%) |
| CMYK | cmyk(0%, 60%, 81%, 31%) |
| LAB | lab(44.0 40.8 42.8) |
| LCH | lch(44.0 59.2 46.4) |
| OKLCH | oklch(0.533 0.146 39.1) |
Copy-ready code
/* CSS */
color: #b04721;
background-color: #b04721;
/* Tailwind (arbitrary) */
class="text-[#b04721] bg-[#b04721]"
/* SCSS */
$brand: #b04721;
/* SwiftUI */
Color(red: 0.690, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#b04721")Accessibility — WCAG contrast
Aa
#b04721 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b04721 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow81.3%
Key (black)31.0%
Color previews
#b04721 text on a black background
contrast 3.77:1
Card sample
#b04721 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04721;
Background color
Panel with #b04721 background
background-color: #b04721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04721; background: linear-gradient(135deg, #b04721, #B0A621);