#b47721
a dark, vivid orange · warm · closest name: peru
RGB
180, 119, 33
HSL
35°, 69%, 42%
CMYK
0, 34, 82, 29
Luminance
0.2301
Every format
| HEX | #b47721 |
| RGB | rgb(180, 119, 33) |
| HSL | hsl(35, 69%, 42%) |
| CMYK | cmyk(0%, 34%, 82%, 29%) |
| LAB | lab(55.1 16.9 53.3) |
| LCH | lch(55.1 55.9 72.4) |
| OKLCH | oklch(0.619 0.122 70.0) |
Copy-ready code
/* CSS */
color: #b47721;
background-color: #b47721;
/* Tailwind (arbitrary) */
class="text-[#b47721] bg-[#b47721]"
/* SCSS */
$brand: #b47721;
/* SwiftUI */
Color(red: 0.706, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#b47721")Accessibility — WCAG contrast
Aa
#b47721 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b47721 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow81.7%
Key (black)29.4%
Color previews
#b47721 text on a black background
contrast 5.60:1
Card sample
#b47721 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b47721;
Background color
Panel with #b47721 background
background-color: #b47721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b47721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b47721; background: linear-gradient(135deg, #b47721, #8FB421);