#b87e21
a dark, vivid orange · warm · closest name: peru
RGB
184, 126, 33
HSL
37°, 70%, 43%
CMYK
0, 32, 82, 28
Luminance
0.2522
Every format
| HEX | #b87e21 |
| RGB | rgb(184, 126, 33) |
| HSL | hsl(37, 70%, 43%) |
| CMYK | cmyk(0%, 32%, 82%, 28%) |
| LAB | lab(57.3 14.8 55.4) |
| LCH | lch(57.3 57.4 75.1) |
| OKLCH | oklch(0.637 0.124 73.5) |
Copy-ready code
/* CSS */
color: #b87e21;
background-color: #b87e21;
/* Tailwind (arbitrary) */
class="text-[#b87e21] bg-[#b87e21]"
/* SCSS */
$brand: #b87e21;
/* SwiftUI */
Color(red: 0.722, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#b87e21")Accessibility — WCAG contrast
Aa
#b87e21 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87e21 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green49.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow82.1%
Key (black)27.8%
Color previews
#b87e21 text on a black background
contrast 6.04:1
Card sample
#b87e21 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87e21;
Background color
Panel with #b87e21 background
background-color: #b87e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87e21; background: linear-gradient(135deg, #b87e21, #8DB821);