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