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