#b0ac64
a balanced, soft yellow · cool · closest name: tan
RGB
176, 172, 100
HSL
57°, 33%, 54%
CMYK
0, 2, 43, 31
Luminance
0.3966
Every format
| HEX | #b0ac64 |
| RGB | rgb(176, 172, 100) |
| HSL | hsl(57, 33%, 54%) |
| CMYK | cmyk(0%, 2%, 43%, 31%) |
| LAB | lab(69.2 -9.1 37.4) |
| LCH | lch(69.2 38.5 103.7) |
| OKLCH | oklch(0.732 0.094 105.7) |
Copy-ready code
/* CSS */
color: #b0ac64;
background-color: #b0ac64;
/* Tailwind (arbitrary) */
class="text-[#b0ac64] bg-[#b0ac64]"
/* SCSS */
$brand: #b0ac64;
/* SwiftUI */
Color(red: 0.690, green: 0.675, blue: 0.392)
/* Android */
Color.parseColor("#b0ac64")Accessibility — WCAG contrast
Aa
#b0ac64 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ac64 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow43.2%
Key (black)31.0%
Color previews
#b0ac64 text on a black background
contrast 8.93:1
Card sample
#b0ac64 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ac64;
Background color
Panel with #b0ac64 background
background-color: #b0ac64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ac64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 172, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 172, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ac64; background: linear-gradient(135deg, #b0ac64, #81B064);