#b77913
a dark, electric orange · warm · closest name: peru
RGB
183, 121, 19
HSL
37°, 81%, 40%
CMYK
0, 34, 90, 28
Luminance
0.2379
Every format
| HEX | #b77913 |
| RGB | rgb(183, 121, 19) |
| HSL | hsl(37, 81%, 40%) |
| CMYK | cmyk(0%, 34%, 90%, 28%) |
| LAB | lab(55.9 16.8 58.5) |
| LCH | lch(55.9 60.8 74.0) |
| OKLCH | oklch(0.626 0.129 72.0) |
Copy-ready code
/* CSS */
color: #b77913;
background-color: #b77913;
/* Tailwind (arbitrary) */
class="text-[#b77913] bg-[#b77913]"
/* SCSS */
$brand: #b77913;
/* SwiftUI */
Color(red: 0.718, green: 0.475, blue: 0.075)
/* Android */
Color.parseColor("#b77913")Accessibility — WCAG contrast
Aa
#b77913 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77913 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green47.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow89.6%
Key (black)28.2%
Color previews
#b77913 text on a black background
contrast 5.76:1
Card sample
#b77913 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77913;
Background color
Panel with #b77913 background
background-color: #b77913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 121, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 121, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77913; background: linear-gradient(135deg, #b77913, #88B713);