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