#b96813
a dark, electric orange · warm · closest name: chocolate
RGB
185, 104, 19
HSL
31°, 81%, 40%
CMYK
0, 44, 90, 28
Luminance
0.2026
Every format
| HEX | #b96813 |
| RGB | rgb(185, 104, 19) |
| HSL | hsl(31, 81%, 40%) |
| CMYK | cmyk(0%, 44%, 90%, 28%) |
| LAB | lab(52.1 27.0 55.7) |
| LCH | lch(52.1 61.9 64.1) |
| OKLCH | oklch(0.597 0.135 59.0) |
Copy-ready code
/* CSS */
color: #b96813;
background-color: #b96813;
/* Tailwind (arbitrary) */
class="text-[#b96813] bg-[#b96813]"
/* SCSS */
$brand: #b96813;
/* SwiftUI */
Color(red: 0.725, green: 0.408, blue: 0.075)
/* Android */
Color.parseColor("#b96813")Accessibility — WCAG contrast
Aa
#b96813 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96813 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green40.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow89.7%
Key (black)27.5%
Color previews
#b96813 text on a black background
contrast 5.05:1
Card sample
#b96813 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96813;
Background color
Panel with #b96813 background
background-color: #b96813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 104, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 104, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96813; background: linear-gradient(135deg, #b96813, #9BB913);