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