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