#b87321
a dark, vivid orange · warm · closest name: peru
RGB
184, 115, 33
HSL
33°, 70%, 43%
CMYK
0, 38, 82, 28
Luminance
0.2256
Every format
| HEX | #b87321 |
| RGB | rgb(184, 115, 33) |
| HSL | hsl(33, 70%, 43%) |
| CMYK | cmyk(0%, 38%, 82%, 28%) |
| LAB | lab(54.6 20.9 53.0) |
| LCH | lch(54.6 57.0 68.5) |
| OKLCH | oklch(0.617 0.126 65.0) |
Copy-ready code
/* CSS */
color: #b87321;
background-color: #b87321;
/* Tailwind (arbitrary) */
class="text-[#b87321] bg-[#b87321]"
/* SCSS */
$brand: #b87321;
/* SwiftUI */
Color(red: 0.722, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#b87321")Accessibility — WCAG contrast
Aa
#b87321 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87321 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow82.1%
Key (black)27.8%
Color previews
#b87321 text on a black background
contrast 5.51:1
Card sample
#b87321 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87321;
Background color
Panel with #b87321 background
background-color: #b87321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87321; background: linear-gradient(135deg, #b87321, #98B821);