#b7410e
a dark, electric orange · warm · closest name: chocolate
RGB
183, 65, 14
HSL
18°, 86%, 39%
CMYK
0, 65, 92, 28
Luminance
0.1388
Every format
| HEX | #b7410e |
| RGB | rgb(183, 65, 14) |
| HSL | hsl(18, 86%, 39%) |
| CMYK | cmyk(0%, 65%, 92%, 28%) |
| LAB | lab(44.1 45.8 51.1) |
| LCH | lch(44.1 68.6 48.2) |
| OKLCH | oklch(0.535 0.163 39.5) |
Copy-ready code
/* CSS */
color: #b7410e;
background-color: #b7410e;
/* Tailwind (arbitrary) */
class="text-[#b7410e] bg-[#b7410e]"
/* SCSS */
$brand: #b7410e;
/* SwiftUI */
Color(red: 0.718, green: 0.255, blue: 0.055)
/* Android */
Color.parseColor("#b7410e")Accessibility — WCAG contrast
Aa
#b7410e on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b7410e on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green25.5%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow92.3%
Key (black)28.2%
Color previews
#b7410e text on a black background
contrast 3.78:1
Card sample
#b7410e text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7410e;
Background color
Panel with #b7410e background
background-color: #b7410e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7410e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 65, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 65, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7410e; background: linear-gradient(135deg, #b7410e, #B7B20E);