#b38353
a balanced, soft orange · warm · closest name: peru
RGB
179, 131, 83
HSL
30°, 39%, 51%
CMYK
0, 27, 54, 30
Luminance
0.2644
Every format
| HEX | #b38353 |
| RGB | rgb(179, 131, 83) |
| HSL | hsl(30, 39%, 51%) |
| CMYK | cmyk(0%, 27%, 54%, 30%) |
| LAB | lab(58.5 12.8 33.0) |
| LCH | lch(58.5 35.4 68.8) |
| OKLCH | oklch(0.647 0.087 65.2) |
Copy-ready code
/* CSS */
color: #b38353;
background-color: #b38353;
/* Tailwind (arbitrary) */
class="text-[#b38353] bg-[#b38353]"
/* SCSS */
$brand: #b38353;
/* SwiftUI */
Color(red: 0.702, green: 0.514, blue: 0.325)
/* Android */
Color.parseColor("#b38353")Accessibility — WCAG contrast
Aa
#b38353 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b38353 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green51.4%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow53.6%
Key (black)29.8%
Color previews
#b38353 text on a black background
contrast 6.29:1
Card sample
#b38353 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b38353;
Background color
Panel with #b38353 background
background-color: #b38353;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b38353;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 131, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 131, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b38353; background: linear-gradient(135deg, #b38353, #A3B353);