#bfac63
a balanced, soft yellow · cool · closest name: tan
RGB
191, 172, 99
HSL
48°, 42%, 57%
CMYK
0, 10, 48, 25
Luminance
0.4148
Every format
| HEX | #bfac63 |
| RGB | rgb(191, 172, 99) |
| HSL | hsl(48, 42%, 57%) |
| CMYK | cmyk(0%, 10%, 48%, 25%) |
| LAB | lab(70.5 -3.0 39.8) |
| LCH | lch(70.5 40.0 94.3) |
| OKLCH | oklch(0.745 0.096 95.2) |
Copy-ready code
/* CSS */
color: #bfac63;
background-color: #bfac63;
/* Tailwind (arbitrary) */
class="text-[#bfac63] bg-[#bfac63]"
/* SCSS */
$brand: #bfac63;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.388)
/* Android */
Color.parseColor("#bfac63")Accessibility — WCAG contrast
Aa
#bfac63 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac63 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow48.2%
Key (black)25.1%
Color previews
#bfac63 text on a black background
contrast 9.30:1
Card sample
#bfac63 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac63;
Background color
Panel with #bfac63 background
background-color: #bfac63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac63; background: linear-gradient(135deg, #bfac63, #95BF63);