#b46521
a dark, vivid orange · warm · closest name: peru
RGB
180, 101, 33
HSL
28°, 69%, 42%
CMYK
0, 44, 82, 29
Luminance
0.1912
Every format
| HEX | #b46521 |
| RGB | rgb(180, 101, 33) |
| HSL | hsl(28, 69%, 42%) |
| CMYK | cmyk(0%, 44%, 82%, 29%) |
| LAB | lab(50.8 26.9 49.4) |
| LCH | lch(50.8 56.3 61.5) |
| OKLCH | oklch(0.586 0.128 56.2) |
Copy-ready code
/* CSS */
color: #b46521;
background-color: #b46521;
/* Tailwind (arbitrary) */
class="text-[#b46521] bg-[#b46521]"
/* SCSS */
$brand: #b46521;
/* SwiftUI */
Color(red: 0.706, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#b46521")Accessibility — WCAG contrast
Aa
#b46521 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46521 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow81.7%
Key (black)29.4%
Color previews
#b46521 text on a black background
contrast 4.82:1
Card sample
#b46521 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46521;
Background color
Panel with #b46521 background
background-color: #b46521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46521; background: linear-gradient(135deg, #b46521, #A1B421);