#b56821
a dark, vivid orange · warm · closest name: peru
RGB
181, 104, 33
HSL
29°, 69%, 42%
CMYK
0, 43, 82, 29
Luminance
0.1983
Every format
| HEX | #b56821 |
| RGB | rgb(181, 104, 33) |
| HSL | hsl(29, 69%, 42%) |
| CMYK | cmyk(0%, 43%, 82%, 29%) |
| LAB | lab(51.6 25.7 50.2) |
| LCH | lch(51.6 56.4 62.9) |
| OKLCH | oklch(0.593 0.127 58.0) |
Copy-ready code
/* CSS */
color: #b56821;
background-color: #b56821;
/* Tailwind (arbitrary) */
class="text-[#b56821] bg-[#b56821]"
/* SCSS */
$brand: #b56821;
/* SwiftUI */
Color(red: 0.710, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#b56821")Accessibility — WCAG contrast
Aa
#b56821 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b56821 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow81.8%
Key (black)29.0%
Color previews
#b56821 text on a black background
contrast 4.97:1
Card sample
#b56821 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b56821;
Background color
Panel with #b56821 background
background-color: #b56821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b56821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b56821; background: linear-gradient(135deg, #b56821, #9FB521);