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