#b77821
a dark, vivid orange · warm · closest name: peru
RGB
183, 120, 33
HSL
35°, 69%, 42%
CMYK
0, 34, 82, 28
Luminance
0.2361
Every format
| HEX | #b77821 |
| RGB | rgb(183, 120, 33) |
| HSL | hsl(35, 69%, 42%) |
| CMYK | cmyk(0%, 34%, 82%, 28%) |
| LAB | lab(55.7 17.7 54.0) |
| LCH | lch(55.7 56.8 71.8) |
| OKLCH | oklch(0.625 0.124 69.3) |
Copy-ready code
/* CSS */
color: #b77821;
background-color: #b77821;
/* Tailwind (arbitrary) */
class="text-[#b77821] bg-[#b77821]"
/* SCSS */
$brand: #b77821;
/* SwiftUI */
Color(red: 0.718, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#b77821")Accessibility — WCAG contrast
Aa
#b77821 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77821 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow82.0%
Key (black)28.2%
Color previews
#b77821 text on a black background
contrast 5.72:1
Card sample
#b77821 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77821;
Background color
Panel with #b77821 background
background-color: #b77821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77821; background: linear-gradient(135deg, #b77821, #92B721);