#bfac6c
a balanced, soft yellow · cool · closest name: tan
RGB
191, 172, 108
HSL
46°, 39%, 59%
CMYK
0, 10, 44, 25
Luminance
0.4166
Every format
| HEX | #bfac6c |
| RGB | rgb(191, 172, 108) |
| HSL | hsl(46, 39%, 59%) |
| CMYK | cmyk(0%, 10%, 44%, 25%) |
| LAB | lab(70.6 -2.1 35.4) |
| LCH | lch(70.6 35.4 93.4) |
| OKLCH | oklch(0.746 0.086 93.5) |
Copy-ready code
/* CSS */
color: #bfac6c;
background-color: #bfac6c;
/* Tailwind (arbitrary) */
class="text-[#bfac6c] bg-[#bfac6c]"
/* SCSS */
$brand: #bfac6c;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.424)
/* Android */
Color.parseColor("#bfac6c")Accessibility — WCAG contrast
Aa
#bfac6c on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac6c on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow43.5%
Key (black)25.1%
Color previews
#bfac6c text on a black background
contrast 9.33:1
Card sample
#bfac6c text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac6c;
Background color
Panel with #bfac6c background
background-color: #bfac6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac6c; background: linear-gradient(135deg, #bfac6c, #9BBF6C);