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