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