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