#b46721
a dark, vivid orange · warm · closest name: peru
RGB
180, 103, 33
HSL
29°, 69%, 42%
CMYK
0, 43, 82, 29
Luminance
0.1951
Every format
| HEX | #b46721 |
| RGB | rgb(180, 103, 33) |
| HSL | hsl(29, 69%, 42%) |
| CMYK | cmyk(0%, 43%, 82%, 29%) |
| LAB | lab(51.3 25.8 49.8) |
| LCH | lch(51.3 56.1 62.6) |
| OKLCH | oklch(0.590 0.127 57.7) |
Copy-ready code
/* CSS */
color: #b46721;
background-color: #b46721;
/* Tailwind (arbitrary) */
class="text-[#b46721] bg-[#b46721]"
/* SCSS */
$brand: #b46721;
/* SwiftUI */
Color(red: 0.706, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#b46721")Accessibility — WCAG contrast
Aa
#b46721 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46721 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow81.7%
Key (black)29.4%
Color previews
#b46721 text on a black background
contrast 4.90:1
Card sample
#b46721 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46721;
Background color
Panel with #b46721 background
background-color: #b46721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46721; background: linear-gradient(135deg, #b46721, #9FB421);