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