#b96a21
a dark, vivid orange · warm · closest name: peru
RGB
185, 106, 33
HSL
29°, 70%, 43%
CMYK
0, 43, 82, 28
Luminance
0.2073
Every format
| HEX | #b96a21 |
| RGB | rgb(185, 106, 33) |
| HSL | hsl(29, 70%, 43%) |
| CMYK | cmyk(0%, 43%, 82%, 28%) |
| LAB | lab(52.7 26.3 51.3) |
| LCH | lch(52.7 57.7 62.9) |
| OKLCH | oklch(0.602 0.130 58.0) |
Copy-ready code
/* CSS */
color: #b96a21;
background-color: #b96a21;
/* Tailwind (arbitrary) */
class="text-[#b96a21] bg-[#b96a21]"
/* SCSS */
$brand: #b96a21;
/* SwiftUI */
Color(red: 0.725, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#b96a21")Accessibility — WCAG contrast
Aa
#b96a21 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96a21 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green41.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow82.2%
Key (black)27.5%
Color previews
#b96a21 text on a black background
contrast 5.15:1
Card sample
#b96a21 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96a21;
Background color
Panel with #b96a21 background
background-color: #b96a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96a21; background: linear-gradient(135deg, #b96a21, #A3B921);