#b37921
a dark, vivid orange · warm · closest name: peru
RGB
179, 121, 33
HSL
36°, 69%, 42%
CMYK
0, 32, 82, 30
Luminance
0.2337
Every format
| HEX | #b37921 |
| RGB | rgb(179, 121, 33) |
| HSL | hsl(36, 69%, 42%) |
| CMYK | cmyk(0%, 32%, 82%, 30%) |
| LAB | lab(55.5 15.4 53.6) |
| LCH | lch(55.5 55.7 74.0) |
| OKLCH | oklch(0.622 0.121 72.1) |
Copy-ready code
/* CSS */
color: #b37921;
background-color: #b37921;
/* Tailwind (arbitrary) */
class="text-[#b37921] bg-[#b37921]"
/* SCSS */
$brand: #b37921;
/* SwiftUI */
Color(red: 0.702, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#b37921")Accessibility — WCAG contrast
Aa
#b37921 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37921 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow81.6%
Key (black)29.8%
Color previews
#b37921 text on a black background
contrast 5.67:1
Card sample
#b37921 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37921;
Background color
Panel with #b37921 background
background-color: #b37921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37921; background: linear-gradient(135deg, #b37921, #8CB321);