#b38457
a balanced, soft orange · warm · closest name: peru
RGB
179, 132, 87
HSL
29°, 38%, 52%
CMYK
0, 26, 51, 30
Luminance
0.2677
Every format
| HEX | #b38457 |
| RGB | rgb(179, 132, 87) |
| HSL | hsl(29, 38%, 52%) |
| CMYK | cmyk(0%, 26%, 51%, 30%) |
| LAB | lab(58.8 12.6 31.2) |
| LCH | lch(58.8 33.7 68.0) |
| OKLCH | oklch(0.649 0.084 64.2) |
Copy-ready code
/* CSS */
color: #b38457;
background-color: #b38457;
/* Tailwind (arbitrary) */
class="text-[#b38457] bg-[#b38457]"
/* SCSS */
$brand: #b38457;
/* SwiftUI */
Color(red: 0.702, green: 0.518, blue: 0.341)
/* Android */
Color.parseColor("#b38457")Accessibility — WCAG contrast
Aa
#b38457 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b38457 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green51.8%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow51.4%
Key (black)29.8%
Color previews
#b38457 text on a black background
contrast 6.35:1
Card sample
#b38457 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b38457;
Background color
Panel with #b38457 background
background-color: #b38457;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b38457;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 132, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 132, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b38457; background: linear-gradient(135deg, #b38457, #A5B357);