#bfac73
a balanced, soft yellow · cool · closest name: tan
RGB
191, 172, 115
HSL
45°, 37%, 60%
CMYK
0, 10, 40, 25
Luminance
0.4182
Every format
| HEX | #bfac73 |
| RGB | rgb(191, 172, 115) |
| HSL | hsl(45, 37%, 60%) |
| CMYK | cmyk(0%, 10%, 40%, 25%) |
| LAB | lab(70.8 -1.3 31.8) |
| LCH | lch(70.8 31.9 92.4) |
| OKLCH | oklch(0.747 0.078 91.7) |
Copy-ready code
/* CSS */
color: #bfac73;
background-color: #bfac73;
/* Tailwind (arbitrary) */
class="text-[#bfac73] bg-[#bfac73]"
/* SCSS */
$brand: #bfac73;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#bfac73")Accessibility — WCAG contrast
Aa
#bfac73 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac73 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow39.8%
Key (black)25.1%
Color previews
#bfac73 text on a black background
contrast 9.36:1
Card sample
#bfac73 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac73;
Background color
Panel with #bfac73 background
background-color: #bfac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac73; background: linear-gradient(135deg, #bfac73, #9FBF73);