#b44f2d
a dark, vivid orange · warm · closest name: sienna
RGB
180, 79, 45
HSL
15°, 60%, 44%
CMYK
0, 56, 75, 29
Luminance
0.1548
Every format
| HEX | #b44f2d |
| RGB | rgb(180, 79, 45) |
| HSL | hsl(15, 60%, 44%) |
| CMYK | cmyk(0%, 56%, 75%, 29%) |
| LAB | lab(46.3 38.9 39.3) |
| LCH | lch(46.3 55.3 45.2) |
| OKLCH | oklch(0.552 0.140 38.7) |
Copy-ready code
/* CSS */
color: #b44f2d;
background-color: #b44f2d;
/* Tailwind (arbitrary) */
class="text-[#b44f2d] bg-[#b44f2d]"
/* SCSS */
$brand: #b44f2d;
/* SwiftUI */
Color(red: 0.706, green: 0.310, blue: 0.176)
/* Android */
Color.parseColor("#b44f2d")Accessibility — WCAG contrast
Aa
#b44f2d on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b44f2d on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green31.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow75.0%
Key (black)29.4%
Color previews
#b44f2d text on a black background
contrast 4.10:1
Card sample
#b44f2d text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44f2d;
Background color
Panel with #b44f2d background
background-color: #b44f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 79, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 79, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44f2d; background: linear-gradient(135deg, #b44f2d, #B4A92D);