#b17321
a dark, vivid orange · warm · closest name: peru
RGB
177, 115, 33
HSL
34°, 69%, 41%
CMYK
0, 35, 81, 31
Luminance
0.2172
Every format
| HEX | #b17321 |
| RGB | rgb(177, 115, 33) |
| HSL | hsl(34, 69%, 41%) |
| CMYK | cmyk(0%, 35%, 81%, 31%) |
| LAB | lab(53.7 17.8 51.9) |
| LCH | lch(53.7 54.9 71.1) |
| OKLCH | oklch(0.608 0.120 68.3) |
Copy-ready code
/* CSS */
color: #b17321;
background-color: #b17321;
/* Tailwind (arbitrary) */
class="text-[#b17321] bg-[#b17321]"
/* SCSS */
$brand: #b17321;
/* SwiftUI */
Color(red: 0.694, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#b17321")Accessibility — WCAG contrast
Aa
#b17321 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b17321 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow81.4%
Key (black)30.6%
Color previews
#b17321 text on a black background
contrast 5.34:1
Card sample
#b17321 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b17321;
Background color
Panel with #b17321 background
background-color: #b17321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b17321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b17321; background: linear-gradient(135deg, #b17321, #8FB121);