#b36721
a dark, vivid orange · warm · closest name: peru
RGB
179, 103, 33
HSL
29°, 69%, 42%
CMYK
0, 43, 82, 30
Luminance
0.1939
Every format
| HEX | #b36721 |
| RGB | rgb(179, 103, 33) |
| HSL | hsl(29, 69%, 42%) |
| CMYK | cmyk(0%, 43%, 82%, 30%) |
| LAB | lab(51.1 25.4 49.7) |
| LCH | lch(51.1 55.8 63.0) |
| OKLCH | oklch(0.588 0.126 58.1) |
Copy-ready code
/* CSS */
color: #b36721;
background-color: #b36721;
/* Tailwind (arbitrary) */
class="text-[#b36721] bg-[#b36721]"
/* SCSS */
$brand: #b36721;
/* SwiftUI */
Color(red: 0.702, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#b36721")Accessibility — WCAG contrast
Aa
#b36721 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36721 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow81.6%
Key (black)29.8%
Color previews
#b36721 text on a black background
contrast 4.88:1
Card sample
#b36721 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36721;
Background color
Panel with #b36721 background
background-color: #b36721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36721; background: linear-gradient(135deg, #b36721, #9EB321);