#b77f21
a dark, vivid orange · warm · closest name: peru
RGB
183, 127, 33
HSL
38°, 69%, 42%
CMYK
0, 31, 82, 28
Luminance
0.2536
Every format
| HEX | #b77f21 |
| RGB | rgb(183, 127, 33) |
| HSL | hsl(38, 69%, 42%) |
| CMYK | cmyk(0%, 31%, 82%, 28%) |
| LAB | lab(57.4 13.8 55.5) |
| LCH | lch(57.4 57.2 76.0) |
| OKLCH | oklch(0.638 0.124 74.8) |
Copy-ready code
/* CSS */
color: #b77f21;
background-color: #b77f21;
/* Tailwind (arbitrary) */
class="text-[#b77f21] bg-[#b77f21]"
/* SCSS */
$brand: #b77f21;
/* SwiftUI */
Color(red: 0.718, green: 0.498, blue: 0.129)
/* Android */
Color.parseColor("#b77f21")Accessibility — WCAG contrast
Aa
#b77f21 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77f21 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green49.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow82.0%
Key (black)28.2%
Color previews
#b77f21 text on a black background
contrast 6.07:1
Card sample
#b77f21 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77f21;
Background color
Panel with #b77f21 background
background-color: #b77f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 127, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 127, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77f21; background: linear-gradient(135deg, #b77f21, #8BB721);