#bfac89
a balanced, soft orange · warm · closest name: tan
RGB
191, 172, 137
HSL
39°, 30%, 64%
CMYK
0, 10, 28, 25
Luminance
0.4239
Every format
| HEX | #bfac89 |
| RGB | rgb(191, 172, 137) |
| HSL | hsl(39, 30%, 64%) |
| CMYK | cmyk(0%, 10%, 28%, 25%) |
| LAB | lab(71.1 1.4 20.5) |
| LCH | lch(71.1 20.6 86.0) |
| OKLCH | oklch(0.752 0.053 82.7) |
Copy-ready code
/* CSS */
color: #bfac89;
background-color: #bfac89;
/* Tailwind (arbitrary) */
class="text-[#bfac89] bg-[#bfac89]"
/* SCSS */
$brand: #bfac89;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.537)
/* Android */
Color.parseColor("#bfac89")Accessibility — WCAG contrast
Aa
#bfac89 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac89 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow28.3%
Key (black)25.1%
Color previews
#bfac89 text on a black background
contrast 9.48:1
Card sample
#bfac89 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac89;
Background color
Panel with #bfac89 background
background-color: #bfac89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac89; background: linear-gradient(135deg, #bfac89, #AEBF89);