#b46913
a dark, electric orange · warm · closest name: peru
RGB
180, 105, 19
HSL
32°, 81%, 39%
CMYK
0, 42, 89, 29
Luminance
0.1985
Every format
| HEX | #b46913 |
| RGB | rgb(180, 105, 19) |
| HSL | hsl(32, 81%, 39%) |
| CMYK | cmyk(0%, 42%, 89%, 29%) |
| LAB | lab(51.7 24.3 55.1) |
| LCH | lch(51.7 60.2 66.2) |
| OKLCH | oklch(0.592 0.131 61.7) |
Copy-ready code
/* CSS */
color: #b46913;
background-color: #b46913;
/* Tailwind (arbitrary) */
class="text-[#b46913] bg-[#b46913]"
/* SCSS */
$brand: #b46913;
/* SwiftUI */
Color(red: 0.706, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#b46913")Accessibility — WCAG contrast
Aa
#b46913 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46913 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green41.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow89.4%
Key (black)29.4%
Color previews
#b46913 text on a black background
contrast 4.97:1
Card sample
#b46913 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46913;
Background color
Panel with #b46913 background
background-color: #b46913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46913; background: linear-gradient(135deg, #b46913, #94B413);