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