#b57721
a dark, vivid orange · warm · closest name: peru
RGB
181, 119, 33
HSL
35°, 69%, 42%
CMYK
0, 34, 82, 29
Luminance
0.2313
Every format
| HEX | #b57721 |
| RGB | rgb(181, 119, 33) |
| HSL | hsl(35, 69%, 42%) |
| CMYK | cmyk(0%, 34%, 82%, 29%) |
| LAB | lab(55.2 17.4 53.4) |
| LCH | lch(55.2 56.2 72.0) |
| OKLCH | oklch(0.620 0.123 69.5) |
Copy-ready code
/* CSS */
color: #b57721;
background-color: #b57721;
/* Tailwind (arbitrary) */
class="text-[#b57721] bg-[#b57721]"
/* SCSS */
$brand: #b57721;
/* SwiftUI */
Color(red: 0.710, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#b57721")Accessibility — WCAG contrast
Aa
#b57721 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57721 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow81.8%
Key (black)29.0%
Color previews
#b57721 text on a black background
contrast 5.63:1
Card sample
#b57721 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57721;
Background color
Panel with #b57721 background
background-color: #b57721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57721; background: linear-gradient(135deg, #b57721, #90B521);