#b87333
a balanced, vivid orange · warm · closest name: peru
RGB
184, 115, 51
HSL
29°, 57%, 46%
CMYK
0, 38, 72, 28
Luminance
0.2269
Every format
| HEX | #b87333 |
| RGB | rgb(184, 115, 51) |
| HSL | hsl(29, 57%, 46%) |
| CMYK | cmyk(0%, 38%, 72%, 28%) |
| LAB | lab(54.8 21.6 45.4) |
| LCH | lch(54.8 50.3 64.5) |
| OKLCH | oklch(0.618 0.117 60.4) |
Copy-ready code
/* CSS */
color: #b87333;
background-color: #b87333;
/* Tailwind (arbitrary) */
class="text-[#b87333] bg-[#b87333]"
/* SCSS */
$brand: #b87333;
/* SwiftUI */
Color(red: 0.722, green: 0.451, blue: 0.200)
/* Android */
Color.parseColor("#b87333")Accessibility — WCAG contrast
Aa
#b87333 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87333 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green45.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow72.3%
Key (black)27.8%
Color previews
#b87333 text on a black background
contrast 5.54:1
Card sample
#b87333 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87333;
Background color
Panel with #b87333 background
background-color: #b87333;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87333;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 115, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 115, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87333; background: linear-gradient(135deg, #b87333, #A4B833);