#b0ac73
a balanced, soft yellow · cool · closest name: tan
RGB
176, 172, 115
HSL
56°, 28%, 57%
CMYK
0, 2, 35, 31
Luminance
0.3997
Every format
| HEX | #b0ac73 |
| RGB | rgb(176, 172, 115) |
| HSL | hsl(56, 28%, 57%) |
| CMYK | cmyk(0%, 2%, 35%, 31%) |
| LAB | lab(69.5 -7.4 29.9) |
| LCH | lch(69.5 30.8 103.9) |
| OKLCH | oklch(0.734 0.076 104.7) |
Copy-ready code
/* CSS */
color: #b0ac73;
background-color: #b0ac73;
/* Tailwind (arbitrary) */
class="text-[#b0ac73] bg-[#b0ac73]"
/* SCSS */
$brand: #b0ac73;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#b0ac73")Accessibility — WCAG contrast
Aa
#b0ac73 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ac73 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow34.7%
Key (black)31.0%
Color previews
#b0ac73 text on a black background
contrast 8.99:1
Card sample
#b0ac73 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ac73;
Background color
Panel with #b0ac73 background
background-color: #b0ac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ac73; background: linear-gradient(135deg, #b0ac73, #8BB073);