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