#b1440e
a dark, electric orange · warm · closest name: chocolate
RGB
177, 68, 14
HSL
20°, 85%, 38%
CMYK
0, 62, 92, 31
Luminance
0.1351
Every format
| HEX | #b1440e |
| RGB | rgb(177, 68, 14) |
| HSL | hsl(20, 85%, 38%) |
| CMYK | cmyk(0%, 62%, 92%, 31%) |
| LAB | lab(43.5 42.2 50.3) |
| LCH | lch(43.5 65.6 50.0) |
| OKLCH | oklch(0.529 0.154 41.6) |
Copy-ready code
/* CSS */
color: #b1440e;
background-color: #b1440e;
/* Tailwind (arbitrary) */
class="text-[#b1440e] bg-[#b1440e]"
/* SCSS */
$brand: #b1440e;
/* SwiftUI */
Color(red: 0.694, green: 0.267, blue: 0.055)
/* Android */
Color.parseColor("#b1440e")Accessibility — WCAG contrast
Aa
#b1440e on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b1440e on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green26.7%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow92.1%
Key (black)30.6%
Color previews
#b1440e text on a black background
contrast 3.70:1
Card sample
#b1440e text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1440e;
Background color
Panel with #b1440e background
background-color: #b1440e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1440e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 68, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 68, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1440e; background: linear-gradient(135deg, #b1440e, #B1B10E);