#b0aa71
a balanced, soft yellow · cool · closest name: tan
RGB
176, 170, 113
HSL
54°, 29%, 57%
CMYK
0, 3, 36, 31
Luminance
0.3917
Every format
| HEX | #b0aa71 |
| RGB | rgb(176, 170, 113) |
| HSL | hsl(54, 29%, 57%) |
| CMYK | cmyk(0%, 3%, 36%, 31%) |
| LAB | lab(68.9 -6.6 30.2) |
| LCH | lch(68.9 30.9 102.3) |
| OKLCH | oklch(0.729 0.076 103.0) |
Copy-ready code
/* CSS */
color: #b0aa71;
background-color: #b0aa71;
/* Tailwind (arbitrary) */
class="text-[#b0aa71] bg-[#b0aa71]"
/* SCSS */
$brand: #b0aa71;
/* SwiftUI */
Color(red: 0.690, green: 0.667, blue: 0.443)
/* Android */
Color.parseColor("#b0aa71")Accessibility — WCAG contrast
Aa
#b0aa71 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aa71 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green66.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow35.8%
Key (black)31.0%
Color previews
#b0aa71 text on a black background
contrast 8.83:1
Card sample
#b0aa71 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aa71;
Background color
Panel with #b0aa71 background
background-color: #b0aa71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aa71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 170, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 170, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aa71; background: linear-gradient(135deg, #b0aa71, #8CB071);