#b44721
a dark, vivid orange · warm · closest name: sienna
RGB
180, 71, 33
HSL
16°, 69%, 42%
CMYK
0, 61, 82, 29
Luminance
0.1432
Every format
| HEX | #b44721 |
| RGB | rgb(180, 71, 33) |
| HSL | hsl(16, 69%, 42%) |
| CMYK | cmyk(0%, 61%, 82%, 29%) |
| LAB | lab(44.7 42.4 43.7) |
| LCH | lch(44.7 60.9 45.9) |
| OKLCH | oklch(0.539 0.151 38.5) |
Copy-ready code
/* CSS */
color: #b44721;
background-color: #b44721;
/* Tailwind (arbitrary) */
class="text-[#b44721] bg-[#b44721]"
/* SCSS */
$brand: #b44721;
/* SwiftUI */
Color(red: 0.706, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#b44721")Accessibility — WCAG contrast
Aa
#b44721 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b44721 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow81.7%
Key (black)29.4%
Color previews
#b44721 text on a black background
contrast 3.86:1
Card sample
#b44721 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44721;
Background color
Panel with #b44721 background
background-color: #b44721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44721; background: linear-gradient(135deg, #b44721, #B4A921);