#b57504
a dark, electric orange · warm · closest name: peru
RGB
181, 117, 4
HSL
38°, 96%, 36%
CMYK
0, 35, 98, 29
Luminance
0.2256
Every format
| HEX | #b57504 |
| RGB | rgb(181, 117, 4) |
| HSL | hsl(38, 96%, 36%) |
| CMYK | cmyk(0%, 35%, 98%, 29%) |
| LAB | lab(54.6 17.9 60.5) |
| LCH | lch(54.6 63.1 73.6) |
| OKLCH | oklch(0.615 0.131 71.3) |
Copy-ready code
/* CSS */
color: #b57504;
background-color: #b57504;
/* Tailwind (arbitrary) */
class="text-[#b57504] bg-[#b57504]"
/* SCSS */
$brand: #b57504;
/* SwiftUI */
Color(red: 0.710, green: 0.459, blue: 0.016)
/* Android */
Color.parseColor("#b57504")Accessibility — WCAG contrast
Aa
#b57504 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57504 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green45.9%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow97.8%
Key (black)29.0%
Color previews
#b57504 text on a black background
contrast 5.51:1
Card sample
#b57504 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57504;
Background color
Panel with #b57504 background
background-color: #b57504;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57504;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 117, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 117, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57504; background: linear-gradient(135deg, #b57504, #7FB504);