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