#b36321
a dark, vivid orange · warm · closest name: peru
RGB
179, 99, 33
HSL
27°, 69%, 42%
CMYK
0, 45, 82, 30
Luminance
0.1862
Every format
| HEX | #b36321 |
| RGB | rgb(179, 99, 33) |
| HSL | hsl(27, 69%, 42%) |
| CMYK | cmyk(0%, 45%, 82%, 30%) |
| LAB | lab(50.2 27.5 48.8) |
| LCH | lch(50.2 56.0 60.6) |
| OKLCH | oklch(0.581 0.128 55.2) |
Copy-ready code
/* CSS */
color: #b36321;
background-color: #b36321;
/* Tailwind (arbitrary) */
class="text-[#b36321] bg-[#b36321]"
/* SCSS */
$brand: #b36321;
/* SwiftUI */
Color(red: 0.702, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#b36321")Accessibility — WCAG contrast
Aa
#b36321 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36321 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow81.6%
Key (black)29.8%
Color previews
#b36321 text on a black background
contrast 4.72:1
Card sample
#b36321 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36321;
Background color
Panel with #b36321 background
background-color: #b36321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36321; background: linear-gradient(135deg, #b36321, #A2B321);