#b4792f
a dark, vivid orange · warm · closest name: peru
RGB
180, 121, 47
HSL
33°, 59%, 45%
CMYK
0, 33, 74, 29
Luminance
0.2358
Every format
| HEX | #b4792f |
| RGB | rgb(180, 121, 47) |
| HSL | hsl(33, 59%, 45%) |
| CMYK | cmyk(0%, 33%, 74%, 29%) |
| LAB | lab(55.7 16.4 48.0) |
| LCH | lch(55.7 50.8 71.2) |
| OKLCH | oklch(0.624 0.115 68.6) |
Copy-ready code
/* CSS */
color: #b4792f;
background-color: #b4792f;
/* Tailwind (arbitrary) */
class="text-[#b4792f] bg-[#b4792f]"
/* SCSS */
$brand: #b4792f;
/* SwiftUI */
Color(red: 0.706, green: 0.475, blue: 0.184)
/* Android */
Color.parseColor("#b4792f")Accessibility — WCAG contrast
Aa
#b4792f on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b4792f on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green47.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow73.9%
Key (black)29.4%
Color previews
#b4792f text on a black background
contrast 5.72:1
Card sample
#b4792f text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4792f;
Background color
Panel with #b4792f background
background-color: #b4792f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4792f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 121, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 121, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4792f; background: linear-gradient(135deg, #b4792f, #96B42F);