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