#b96e21
a dark, vivid orange · warm · closest name: peru
RGB
185, 110, 33
HSL
30°, 70%, 43%
CMYK
0, 41, 82, 28
Luminance
0.2158
Every format
| HEX | #b96e21 |
| RGB | rgb(185, 110, 33) |
| HSL | hsl(30, 70%, 43%) |
| CMYK | cmyk(0%, 41%, 82%, 28%) |
| LAB | lab(53.6 24.1 52.2) |
| LCH | lch(53.6 57.5 65.2) |
| OKLCH | oklch(0.609 0.128 60.8) |
Copy-ready code
/* CSS */
color: #b96e21;
background-color: #b96e21;
/* Tailwind (arbitrary) */
class="text-[#b96e21] bg-[#b96e21]"
/* SCSS */
$brand: #b96e21;
/* SwiftUI */
Color(red: 0.725, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#b96e21")Accessibility — WCAG contrast
Aa
#b96e21 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96e21 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow82.2%
Key (black)27.5%
Color previews
#b96e21 text on a black background
contrast 5.32:1
Card sample
#b96e21 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96e21;
Background color
Panel with #b96e21 background
background-color: #b96e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96e21; background: linear-gradient(135deg, #b96e21, #9EB921);