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