#b7790e
a dark, electric orange · warm · closest name: peru
RGB
183, 121, 14
HSL
38°, 86%, 39%
CMYK
0, 34, 92, 28
Luminance
0.2377
Every format
| HEX | #b7790e |
| RGB | rgb(183, 121, 14) |
| HSL | hsl(38, 86%, 39%) |
| CMYK | cmyk(0%, 34%, 92%, 28%) |
| LAB | lab(55.9 16.7 59.6) |
| LCH | lch(55.9 61.9 74.4) |
| OKLCH | oklch(0.626 0.130 72.5) |
Copy-ready code
/* CSS */
color: #b7790e;
background-color: #b7790e;
/* Tailwind (arbitrary) */
class="text-[#b7790e] bg-[#b7790e]"
/* SCSS */
$brand: #b7790e;
/* SwiftUI */
Color(red: 0.718, green: 0.475, blue: 0.055)
/* Android */
Color.parseColor("#b7790e")Accessibility — WCAG contrast
Aa
#b7790e on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b7790e on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green47.5%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow92.3%
Key (black)28.2%
Color previews
#b7790e text on a black background
contrast 5.75:1
Card sample
#b7790e text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7790e;
Background color
Panel with #b7790e background
background-color: #b7790e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7790e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 121, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 121, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7790e; background: linear-gradient(135deg, #b7790e, #84B70E);