#b18373
a balanced, soft orange · warm · closest name: tan
RGB
177, 131, 115
HSL
16°, 28%, 57%
CMYK
0, 26, 35, 31
Luminance
0.2682
Every format
| HEX | #b18373 |
| RGB | rgb(177, 131, 115) |
| HSL | hsl(16, 28%, 57%) |
| CMYK | cmyk(0%, 26%, 35%, 31%) |
| LAB | lab(58.8 15.5 15.6) |
| LCH | lch(58.8 22.0 45.2) |
| OKLCH | oklch(0.651 0.062 40.0) |
Copy-ready code
/* CSS */
color: #b18373;
background-color: #b18373;
/* Tailwind (arbitrary) */
class="text-[#b18373] bg-[#b18373]"
/* SCSS */
$brand: #b18373;
/* SwiftUI */
Color(red: 0.694, green: 0.514, blue: 0.451)
/* Android */
Color.parseColor("#b18373")Accessibility — WCAG contrast
Aa
#b18373 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b18373 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green51.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow35.0%
Key (black)30.6%
Color previews
#b18373 text on a black background
contrast 6.36:1
Card sample
#b18373 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18373;
Background color
Panel with #b18373 background
background-color: #b18373;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18373;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 131, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 131, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18373; background: linear-gradient(135deg, #b18373, #B1AC73);