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