#b46a21
a dark, vivid orange · warm · closest name: peru
RGB
180, 106, 33
HSL
30°, 69%, 42%
CMYK
0, 41, 82, 29
Luminance
0.2012
Every format
| HEX | #b46a21 |
| RGB | rgb(180, 106, 33) |
| HSL | hsl(30, 69%, 42%) |
| CMYK | cmyk(0%, 41%, 82%, 29%) |
| LAB | lab(52.0 24.1 50.5) |
| LCH | lch(52.0 55.9 64.4) |
| OKLCH | oklch(0.595 0.126 59.9) |
Copy-ready code
/* CSS */
color: #b46a21;
background-color: #b46a21;
/* Tailwind (arbitrary) */
class="text-[#b46a21] bg-[#b46a21]"
/* SCSS */
$brand: #b46a21;
/* SwiftUI */
Color(red: 0.706, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#b46a21")Accessibility — WCAG contrast
Aa
#b46a21 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46a21 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green41.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow81.7%
Key (black)29.4%
Color previews
#b46a21 text on a black background
contrast 5.02:1
Card sample
#b46a21 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46a21;
Background color
Panel with #b46a21 background
background-color: #b46a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46a21; background: linear-gradient(135deg, #b46a21, #9CB421);