#bcac8f
a balanced, soft orange · warm · closest name: tan
RGB
188, 172, 143
HSL
39°, 25%, 65%
CMYK
0, 9, 24, 26
Luminance
0.4218
Every format
| HEX | #bcac8f |
| RGB | rgb(188, 172, 143) |
| HSL | hsl(39, 25%, 65%) |
| CMYK | cmyk(0%, 9%, 24%, 26%) |
| LAB | lab(71.0 1.1 17.0) |
| LCH | lch(71.0 17.1 86.3) |
| OKLCH | oklch(0.750 0.044 82.4) |
Copy-ready code
/* CSS */
color: #bcac8f;
background-color: #bcac8f;
/* Tailwind (arbitrary) */
class="text-[#bcac8f] bg-[#bcac8f]"
/* SCSS */
$brand: #bcac8f;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#bcac8f")Accessibility — WCAG contrast
Aa
#bcac8f on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcac8f on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow23.9%
Key (black)26.3%
Color previews
#bcac8f text on a black background
contrast 9.44:1
Card sample
#bcac8f text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcac8f;
Background color
Panel with #bcac8f background
background-color: #bcac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcac8f; background: linear-gradient(135deg, #bcac8f, #AEBC8F);