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