#b16e21
a dark, vivid orange · warm · closest name: peru
RGB
177, 110, 33
HSL
32°, 69%, 41%
CMYK
0, 38, 81, 31
Luminance
0.2061
Every format
| HEX | #b16e21 |
| RGB | rgb(177, 110, 33) |
| HSL | hsl(32, 69%, 41%) |
| CMYK | cmyk(0%, 38%, 81%, 31%) |
| LAB | lab(52.5 20.6 50.8) |
| LCH | lch(52.5 54.8 67.9) |
| OKLCH | oklch(0.598 0.122 64.3) |
Copy-ready code
/* CSS */
color: #b16e21;
background-color: #b16e21;
/* Tailwind (arbitrary) */
class="text-[#b16e21] bg-[#b16e21]"
/* SCSS */
$brand: #b16e21;
/* SwiftUI */
Color(red: 0.694, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#b16e21")Accessibility — WCAG contrast
Aa
#b16e21 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16e21 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow81.4%
Key (black)30.6%
Color previews
#b16e21 text on a black background
contrast 5.12:1
Card sample
#b16e21 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16e21;
Background color
Panel with #b16e21 background
background-color: #b16e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16e21; background: linear-gradient(135deg, #b16e21, #94B121);