#b44f13
a dark, electric orange · warm · closest name: chocolate
RGB
180, 79, 19
HSL
22°, 81%, 39%
CMYK
0, 56, 89, 29
Luminance
0.1534
Every format
| HEX | #b44f13 |
| RGB | rgb(180, 79, 19) |
| HSL | hsl(22, 81%, 39%) |
| CMYK | cmyk(0%, 56%, 89%, 29%) |
| LAB | lab(46.1 38.1 50.7) |
| LCH | lch(46.1 63.5 53.1) |
| OKLCH | oklch(0.550 0.147 45.5) |
Copy-ready code
/* CSS */
color: #b44f13;
background-color: #b44f13;
/* Tailwind (arbitrary) */
class="text-[#b44f13] bg-[#b44f13]"
/* SCSS */
$brand: #b44f13;
/* SwiftUI */
Color(red: 0.706, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#b44f13")Accessibility — WCAG contrast
Aa
#b44f13 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b44f13 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow89.4%
Key (black)29.4%
Color previews
#b44f13 text on a black background
contrast 4.07:1
Card sample
#b44f13 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b44f13;
Background color
Panel with #b44f13 background
background-color: #b44f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b44f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b44f13; background: linear-gradient(135deg, #b44f13, #ADB413);