#b4773a
a balanced, vivid orange · warm · closest name: peru
RGB
180, 119, 58
HSL
30°, 51%, 47%
CMYK
0, 34, 68, 29
Luminance
0.2320
Every format
| HEX | #b4773a |
| RGB | rgb(180, 119, 58) |
| HSL | hsl(30, 51%, 47%) |
| CMYK | cmyk(0%, 34%, 68%, 29%) |
| LAB | lab(55.3 18.1 42.4) |
| LCH | lch(55.3 46.1 66.9) |
| OKLCH | oklch(0.621 0.108 63.3) |
Copy-ready code
/* CSS */
color: #b4773a;
background-color: #b4773a;
/* Tailwind (arbitrary) */
class="text-[#b4773a] bg-[#b4773a]"
/* SCSS */
$brand: #b4773a;
/* SwiftUI */
Color(red: 0.706, green: 0.467, blue: 0.227)
/* Android */
Color.parseColor("#b4773a")Accessibility — WCAG contrast
Aa
#b4773a on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b4773a on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green46.7%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow67.8%
Key (black)29.4%
Color previews
#b4773a text on a black background
contrast 5.64:1
Card sample
#b4773a text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4773a;
Background color
Panel with #b4773a background
background-color: #b4773a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4773a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 119, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 119, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4773a; background: linear-gradient(135deg, #b4773a, #A0B43A);