#b56a32
a balanced, vivid orange · warm · closest name: peru
RGB
181, 106, 50
HSL
26°, 57%, 45%
CMYK
0, 41, 72, 29
Luminance
0.2036
Every format
| HEX | #b56a32 |
| RGB | rgb(181, 106, 50) |
| HSL | hsl(26, 57%, 45%) |
| CMYK | cmyk(0%, 41%, 72%, 29%) |
| LAB | lab(52.3 25.3 43.1) |
| LCH | lch(52.3 50.0 59.6) |
| OKLCH | oklch(0.598 0.119 54.6) |
Copy-ready code
/* CSS */
color: #b56a32;
background-color: #b56a32;
/* Tailwind (arbitrary) */
class="text-[#b56a32] bg-[#b56a32]"
/* SCSS */
$brand: #b56a32;
/* SwiftUI */
Color(red: 0.710, green: 0.416, blue: 0.196)
/* Android */
Color.parseColor("#b56a32")Accessibility — WCAG contrast
Aa
#b56a32 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56a32 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green41.6%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow72.4%
Key (black)29.0%
Color previews
#b56a32 text on a black background
contrast 5.07:1
Card sample
#b56a32 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56a32;
Background color
Panel with #b56a32 background
background-color: #b56a32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56a32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 106, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 106, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56a32; background: linear-gradient(135deg, #b56a32, #A9B532);