#b86e21
a dark, vivid orange · warm · closest name: peru
RGB
184, 110, 33
HSL
31°, 70%, 43%
CMYK
0, 40, 82, 28
Luminance
0.2145
Every format
| HEX | #b86e21 |
| RGB | rgb(184, 110, 33) |
| HSL | hsl(31, 70%, 43%) |
| CMYK | cmyk(0%, 40%, 82%, 28%) |
| LAB | lab(53.4 23.7 52.0) |
| LCH | lch(53.4 57.1 65.5) |
| OKLCH | oklch(0.607 0.127 61.3) |
Copy-ready code
/* CSS */
color: #b86e21;
background-color: #b86e21;
/* Tailwind (arbitrary) */
class="text-[#b86e21] bg-[#b86e21]"
/* SCSS */
$brand: #b86e21;
/* SwiftUI */
Color(red: 0.722, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#b86e21")Accessibility — WCAG contrast
Aa
#b86e21 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b86e21 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow82.1%
Key (black)27.8%
Color previews
#b86e21 text on a black background
contrast 5.29:1
Card sample
#b86e21 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b86e21;
Background color
Panel with #b86e21 background
background-color: #b86e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b86e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b86e21; background: linear-gradient(135deg, #b86e21, #9DB821);