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