#b76921
a dark, vivid orange · warm · closest name: peru
RGB
183, 105, 33
HSL
29°, 69%, 42%
CMYK
0, 43, 82, 28
Luminance
0.2028
Every format
| HEX | #b76921 |
| RGB | rgb(183, 105, 33) |
| HSL | hsl(29, 69%, 42%) |
| CMYK | cmyk(0%, 43%, 82%, 28%) |
| LAB | lab(52.2 26.0 50.8) |
| LCH | lch(52.2 57.0 62.9) |
| OKLCH | oklch(0.597 0.129 58.0) |
Copy-ready code
/* CSS */
color: #b76921;
background-color: #b76921;
/* Tailwind (arbitrary) */
class="text-[#b76921] bg-[#b76921]"
/* SCSS */
$brand: #b76921;
/* SwiftUI */
Color(red: 0.718, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#b76921")Accessibility — WCAG contrast
Aa
#b76921 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b76921 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow82.0%
Key (black)28.2%
Color previews
#b76921 text on a black background
contrast 5.06:1
Card sample
#b76921 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b76921;
Background color
Panel with #b76921 background
background-color: #b76921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b76921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b76921; background: linear-gradient(135deg, #b76921, #A1B721);