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