#b57713
a dark, electric orange · warm · closest name: peru
RGB
181, 119, 19
HSL
37°, 81%, 39%
CMYK
0, 34, 90, 29
Luminance
0.2306
Every format
| HEX | #b57713 |
| RGB | rgb(181, 119, 19) |
| HSL | hsl(37, 81%, 39%) |
| CMYK | cmyk(0%, 34%, 90%, 29%) |
| LAB | lab(55.1 17.0 57.8) |
| LCH | lch(55.1 60.3 73.6) |
| OKLCH | oklch(0.620 0.128 71.5) |
Copy-ready code
/* CSS */
color: #b57713;
background-color: #b57713;
/* Tailwind (arbitrary) */
class="text-[#b57713] bg-[#b57713]"
/* SCSS */
$brand: #b57713;
/* SwiftUI */
Color(red: 0.710, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#b57713")Accessibility — WCAG contrast
Aa
#b57713 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57713 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green46.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow89.5%
Key (black)29.0%
Color previews
#b57713 text on a black background
contrast 5.61:1
Card sample
#b57713 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57713;
Background color
Panel with #b57713 background
background-color: #b57713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57713; background: linear-gradient(135deg, #b57713, #87B513);