#b85613
a dark, electric orange · warm · closest name: chocolate
RGB
184, 86, 19
HSL
24°, 81%, 40%
CMYK
0, 53, 90, 28
Luminance
0.1689
Every format
| HEX | #b85613 |
| RGB | rgb(184, 86, 19) |
| HSL | hsl(24, 81%, 40%) |
| CMYK | cmyk(0%, 53%, 90%, 28%) |
| LAB | lab(48.1 36.1 52.6) |
| LCH | lch(48.1 63.8 55.5) |
| OKLCH | oklch(0.566 0.145 48.3) |
Copy-ready code
/* CSS */
color: #b85613;
background-color: #b85613;
/* Tailwind (arbitrary) */
class="text-[#b85613] bg-[#b85613]"
/* SCSS */
$brand: #b85613;
/* SwiftUI */
Color(red: 0.722, green: 0.337, blue: 0.075)
/* Android */
Color.parseColor("#b85613")Accessibility — WCAG contrast
Aa
#b85613 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b85613 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green33.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow89.7%
Key (black)27.8%
Color previews
#b85613 text on a black background
contrast 4.38:1
Card sample
#b85613 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85613;
Background color
Panel with #b85613 background
background-color: #b85613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 86, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 86, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85613; background: linear-gradient(135deg, #b85613, #ACB813);