#bfac93
a light, soft orange · warm · closest name: tan
RGB
191, 172, 147
HSL
34°, 26%, 66%
CMYK
0, 10, 23, 25
Luminance
0.4269
Every format
| HEX | #bfac93 |
| RGB | rgb(191, 172, 147) |
| HSL | hsl(34, 26%, 66%) |
| CMYK | cmyk(0%, 10%, 23%, 25%) |
| LAB | lab(71.3 2.9 15.4) |
| LCH | lch(71.3 15.6 79.5) |
| OKLCH | oklch(0.754 0.041 74.7) |
Copy-ready code
/* CSS */
color: #bfac93;
background-color: #bfac93;
/* Tailwind (arbitrary) */
class="text-[#bfac93] bg-[#bfac93]"
/* SCSS */
$brand: #bfac93;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.576)
/* Android */
Color.parseColor("#bfac93")Accessibility — WCAG contrast
Aa
#bfac93 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfac93 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow23.0%
Key (black)25.1%
Color previews
#bfac93 text on a black background
contrast 9.54:1
Card sample
#bfac93 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfac93;
Background color
Panel with #bfac93 background
background-color: #bfac93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfac93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfac93; background: linear-gradient(135deg, #bfac93, #B5BF93);