#bfac7f
a balanced, soft yellow · warm · closest name: tan
RGB
191, 172, 127
HSL
42°, 33%, 62%
CMYK
0, 10, 34, 25
Luminance
0.4211
Every format
| HEX | #bfac7f |
| RGB | rgb(191, 172, 127) |
| HSL | hsl(42, 33%, 62%) |
| CMYK | cmyk(0%, 10%, 34%, 25%) |
| LAB | lab(71.0 0.1 25.7) |
| LCH | lch(71.0 25.7 89.7) |
| OKLCH | oklch(0.750 0.064 87.7) |
Copy-ready code
/* CSS */
color: #bfac7f;
background-color: #bfac7f;
/* Tailwind (arbitrary) */
class="text-[#bfac7f] bg-[#bfac7f]"
/* SCSS */
$brand: #bfac7f;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#bfac7f")Accessibility — WCAG contrast
Aa
#bfac7f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac7f on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow33.5%
Key (black)25.1%
Color previews
#bfac7f text on a black background
contrast 9.42:1
Card sample
#bfac7f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac7f;
Background color
Panel with #bfac7f background
background-color: #bfac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac7f; background: linear-gradient(135deg, #bfac7f, #A7BF7F);