#b57117
a dark, electric orange · warm · closest name: peru
RGB
181, 113, 23
HSL
34°, 78%, 40%
CMYK
0, 38, 87, 29
Luminance
0.2170
Every format
| HEX | #b57117 |
| RGB | rgb(181, 113, 23) |
| HSL | hsl(34, 78%, 40%) |
| CMYK | cmyk(0%, 38%, 87%, 29%) |
| LAB | lab(53.7 20.4 55.5) |
| LCH | lch(53.7 59.2 69.8) |
| OKLCH | oklch(0.608 0.128 66.5) |
Copy-ready code
/* CSS */
color: #b57117;
background-color: #b57117;
/* Tailwind (arbitrary) */
class="text-[#b57117] bg-[#b57117]"
/* SCSS */
$brand: #b57117;
/* SwiftUI */
Color(red: 0.710, green: 0.443, blue: 0.090)
/* Android */
Color.parseColor("#b57117")Accessibility — WCAG contrast
Aa
#b57117 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57117 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green44.3%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow87.3%
Key (black)29.0%
Color previews
#b57117 text on a black background
contrast 5.34:1
Card sample
#b57117 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57117;
Background color
Panel with #b57117 background
background-color: #b57117;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57117;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 113, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 113, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57117; background: linear-gradient(135deg, #b57117, #90B517);