#b09971
a balanced, soft orange · warm · closest name: tan
RGB
176, 153, 113
HSL
38°, 29%, 57%
CMYK
0, 13, 36, 31
Luminance
0.3320
Every format
| HEX | #b09971 |
| RGB | rgb(176, 153, 113) |
| HSL | hsl(38, 29%, 57%) |
| CMYK | cmyk(0%, 13%, 36%, 31%) |
| LAB | lab(64.3 2.6 24.2) |
| LCH | lch(64.3 24.3 83.9) |
| OKLCH | oklch(0.694 0.061 81.2) |
Copy-ready code
/* CSS */
color: #b09971;
background-color: #b09971;
/* Tailwind (arbitrary) */
class="text-[#b09971] bg-[#b09971]"
/* SCSS */
$brand: #b09971;
/* SwiftUI */
Color(red: 0.690, green: 0.600, blue: 0.443)
/* Android */
Color.parseColor("#b09971")Accessibility — WCAG contrast
Aa
#b09971 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09971 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green60.0%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow35.8%
Key (black)31.0%
Color previews
#b09971 text on a black background
contrast 7.64:1
Card sample
#b09971 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09971;
Background color
Panel with #b09971 background
background-color: #b09971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 153, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 153, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09971; background: linear-gradient(135deg, #b09971, #9DB071);