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