#b0a071
a balanced, soft yellow · warm · closest name: tan
RGB
176, 160, 113
HSL
45°, 29%, 57%
CMYK
0, 9, 36, 31
Luminance
0.3556
Every format
| HEX | #b0a071 |
| RGB | rgb(176, 160, 113) |
| HSL | hsl(45, 29%, 57%) |
| CMYK | cmyk(0%, 9%, 36%, 31%) |
| LAB | lab(66.2 -1.2 26.7) |
| LCH | lch(66.2 26.7 92.6) |
| OKLCH | oklch(0.708 0.066 91.5) |
Copy-ready code
/* CSS */
color: #b0a071;
background-color: #b0a071;
/* Tailwind (arbitrary) */
class="text-[#b0a071] bg-[#b0a071]"
/* SCSS */
$brand: #b0a071;
/* SwiftUI */
Color(red: 0.690, green: 0.627, blue: 0.443)
/* Android */
Color.parseColor("#b0a071")Accessibility — WCAG contrast
Aa
#b0a071 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a071 on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green62.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow35.8%
Key (black)31.0%
Color previews
#b0a071 text on a black background
contrast 8.11:1
Card sample
#b0a071 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a071;
Background color
Panel with #b0a071 background
background-color: #b0a071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 160, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 160, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a071; background: linear-gradient(135deg, #b0a071, #96B071);