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