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