#b75413
a dark, electric orange · warm · closest name: chocolate
RGB
183, 84, 19
HSL
24°, 81%, 40%
CMYK
0, 54, 90, 28
Luminance
0.1645
Every format
| HEX | #b75413 |
| RGB | rgb(183, 84, 19) |
| HSL | hsl(24, 81%, 40%) |
| CMYK | cmyk(0%, 54%, 90%, 28%) |
| LAB | lab(47.6 36.8 52.1) |
| LCH | lch(47.6 63.7 54.8) |
| OKLCH | oklch(0.562 0.146 47.5) |
Copy-ready code
/* CSS */
color: #b75413;
background-color: #b75413;
/* Tailwind (arbitrary) */
class="text-[#b75413] bg-[#b75413]"
/* SCSS */
$brand: #b75413;
/* SwiftUI */
Color(red: 0.718, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#b75413")Accessibility — WCAG contrast
Aa
#b75413 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b75413 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green32.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow89.6%
Key (black)28.2%
Color previews
#b75413 text on a black background
contrast 4.29:1
Card sample
#b75413 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75413;
Background color
Panel with #b75413 background
background-color: #b75413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75413; background: linear-gradient(135deg, #b75413, #ADB713);