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