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