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