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