#b37721
a dark, vivid orange · warm · closest name: peru
RGB
179, 119, 33
HSL
35°, 69%, 42%
CMYK
0, 34, 82, 30
Luminance
0.2289
Every format
| HEX | #b37721 |
| RGB | rgb(179, 119, 33) |
| HSL | hsl(35, 69%, 42%) |
| CMYK | cmyk(0%, 34%, 82%, 30%) |
| LAB | lab(55.0 16.5 53.1) |
| LCH | lch(55.0 55.6 72.8) |
| OKLCH | oklch(0.618 0.121 70.5) |
Copy-ready code
/* CSS */
color: #b37721;
background-color: #b37721;
/* Tailwind (arbitrary) */
class="text-[#b37721] bg-[#b37721]"
/* SCSS */
$brand: #b37721;
/* SwiftUI */
Color(red: 0.702, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#b37721")Accessibility — WCAG contrast
Aa
#b37721 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37721 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow81.6%
Key (black)29.8%
Color previews
#b37721 text on a black background
contrast 5.58:1
Card sample
#b37721 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37721;
Background color
Panel with #b37721 background
background-color: #b37721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37721; background: linear-gradient(135deg, #b37721, #8EB321);