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