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