#bfac60
a balanced, soft yellow · cool · closest name: tan
RGB
191, 172, 96
HSL
48°, 43%, 56%
CMYK
0, 10, 50, 25
Luminance
0.4143
Every format
| HEX | #bfac60 |
| RGB | rgb(191, 172, 96) |
| HSL | hsl(48, 43%, 56%) |
| CMYK | cmyk(0%, 10%, 50%, 25%) |
| LAB | lab(70.5 -3.3 41.3) |
| LCH | lch(70.5 41.4 94.5) |
| OKLCH | oklch(0.744 0.099 95.7) |
Copy-ready code
/* CSS */
color: #bfac60;
background-color: #bfac60;
/* Tailwind (arbitrary) */
class="text-[#bfac60] bg-[#bfac60]"
/* SCSS */
$brand: #bfac60;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.376)
/* Android */
Color.parseColor("#bfac60")Accessibility — WCAG contrast
Aa
#bfac60 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac60 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow49.7%
Key (black)25.1%
Color previews
#bfac60 text on a black background
contrast 9.29:1
Card sample
#bfac60 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac60;
Background color
Panel with #bfac60 background
background-color: #bfac60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac60; background: linear-gradient(135deg, #bfac60, #93BF60);