#b0a371
a balanced, soft yellow · cool · closest name: tan
RGB
176, 163, 113
HSL
48°, 29%, 57%
CMYK
0, 7, 36, 31
Luminance
0.3662
Every format
| HEX | #b0a371 |
| RGB | rgb(176, 163, 113) |
| HSL | hsl(48, 29%, 57%) |
| CMYK | cmyk(0%, 7%, 36%, 31%) |
| LAB | lab(67.0 -2.8 27.7) |
| LCH | lch(67.0 27.9 95.8) |
| OKLCH | oklch(0.715 0.069 95.3) |
Copy-ready code
/* CSS */
color: #b0a371;
background-color: #b0a371;
/* Tailwind (arbitrary) */
class="text-[#b0a371] bg-[#b0a371]"
/* SCSS */
$brand: #b0a371;
/* SwiftUI */
Color(red: 0.690, green: 0.639, blue: 0.443)
/* Android */
Color.parseColor("#b0a371")Accessibility — WCAG contrast
Aa
#b0a371 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a371 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green63.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow35.8%
Key (black)31.0%
Color previews
#b0a371 text on a black background
contrast 8.32:1
Card sample
#b0a371 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a371;
Background color
Panel with #b0a371 background
background-color: #b0a371;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a371;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 163, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 163, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a371; background: linear-gradient(135deg, #b0a371, #93B071);