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