#b87921
a dark, vivid orange · warm · closest name: peru
RGB
184, 121, 33
HSL
35°, 70%, 43%
CMYK
0, 34, 82, 28
Luminance
0.2397
Every format
| HEX | #b87921 |
| RGB | rgb(184, 121, 33) |
| HSL | hsl(35, 70%, 43%) |
| CMYK | cmyk(0%, 34%, 82%, 28%) |
| LAB | lab(56.1 17.6 54.3) |
| LCH | lch(56.1 57.1 72.1) |
| OKLCH | oklch(0.628 0.125 69.6) |
Copy-ready code
/* CSS */
color: #b87921;
background-color: #b87921;
/* Tailwind (arbitrary) */
class="text-[#b87921] bg-[#b87921]"
/* SCSS */
$brand: #b87921;
/* SwiftUI */
Color(red: 0.722, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#b87921")Accessibility — WCAG contrast
Aa
#b87921 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b87921 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow82.1%
Key (black)27.8%
Color previews
#b87921 text on a black background
contrast 5.79:1
Card sample
#b87921 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b87921;
Background color
Panel with #b87921 background
background-color: #b87921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b87921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b87921; background: linear-gradient(135deg, #b87921, #92B821);