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