#b96113
a dark, electric orange · warm · closest name: chocolate
RGB
185, 97, 19
HSL
28°, 81%, 40%
CMYK
0, 48, 90, 28
Luminance
0.1891
Every format
| HEX | #b96113 |
| RGB | rgb(185, 97, 19) |
| HSL | hsl(28, 81%, 40%) |
| CMYK | cmyk(0%, 48%, 90%, 28%) |
| LAB | lab(50.6 30.8 54.5) |
| LCH | lch(50.6 62.6 60.6) |
| OKLCH | oklch(0.585 0.139 54.5) |
Copy-ready code
/* CSS */
color: #b96113;
background-color: #b96113;
/* Tailwind (arbitrary) */
class="text-[#b96113] bg-[#b96113]"
/* SCSS */
$brand: #b96113;
/* SwiftUI */
Color(red: 0.725, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#b96113")Accessibility — WCAG contrast
Aa
#b96113 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96113 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow89.7%
Key (black)27.5%
Color previews
#b96113 text on a black background
contrast 4.78:1
Card sample
#b96113 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96113;
Background color
Panel with #b96113 background
background-color: #b96113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96113; background: linear-gradient(135deg, #b96113, #A2B913);