#b97113
a dark, electric orange · warm · closest name: peru
RGB
185, 113, 19
HSL
34°, 81%, 40%
CMYK
0, 39, 90, 28
Luminance
0.2217
Every format
| HEX | #b97113 |
| RGB | rgb(185, 113, 19) |
| HSL | hsl(34, 81%, 40%) |
| CMYK | cmyk(0%, 39%, 90%, 28%) |
| LAB | lab(54.2 22.1 57.3) |
| LCH | lch(54.2 61.4 68.9) |
| OKLCH | oklch(0.613 0.132 65.3) |
Copy-ready code
/* CSS */
color: #b97113;
background-color: #b97113;
/* Tailwind (arbitrary) */
class="text-[#b97113] bg-[#b97113]"
/* SCSS */
$brand: #b97113;
/* SwiftUI */
Color(red: 0.725, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#b97113")Accessibility — WCAG contrast
Aa
#b97113 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b97113 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green44.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow89.7%
Key (black)27.5%
Color previews
#b97113 text on a black background
contrast 5.43:1
Card sample
#b97113 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97113;
Background color
Panel with #b97113 background
background-color: #b97113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97113; background: linear-gradient(135deg, #b97113, #92B913);