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