#b07721
a dark, vivid orange · warm · closest name: peru
RGB
176, 119, 33
HSL
36°, 68%, 41%
CMYK
0, 32, 81, 31
Luminance
0.2253
Every format
| HEX | #b07721 |
| RGB | rgb(176, 119, 33) |
| HSL | hsl(36, 68%, 41%) |
| CMYK | cmyk(0%, 32%, 81%, 31%) |
| LAB | lab(54.6 15.1 52.6) |
| LCH | lch(54.6 54.8 74.0) |
| OKLCH | oklch(0.614 0.119 72.1) |
Copy-ready code
/* CSS */
color: #b07721;
background-color: #b07721;
/* Tailwind (arbitrary) */
class="text-[#b07721] bg-[#b07721]"
/* SCSS */
$brand: #b07721;
/* SwiftUI */
Color(red: 0.690, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#b07721")Accessibility — WCAG contrast
Aa
#b07721 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07721 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow81.3%
Key (black)31.0%
Color previews
#b07721 text on a black background
contrast 5.51:1
Card sample
#b07721 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07721;
Background color
Panel with #b07721 background
background-color: #b07721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07721; background: linear-gradient(135deg, #b07721, #8AB021);