#bcaf86
a balanced, soft yellow · cool · closest name: tan
RGB
188, 175, 134
HSL
46°, 29%, 63%
CMYK
0, 7, 29, 26
Luminance
0.4307
Every format
| HEX | #bcaf86 |
| RGB | rgb(188, 175, 134) |
| HSL | hsl(46, 29%, 63%) |
| CMYK | cmyk(0%, 7%, 29%, 26%) |
| LAB | lab(71.6 -1.8 22.8) |
| LCH | lch(71.6 22.8 94.4) |
| OKLCH | oklch(0.755 0.058 92.6) |
Copy-ready code
/* CSS */
color: #bcaf86;
background-color: #bcaf86;
/* Tailwind (arbitrary) */
class="text-[#bcaf86] bg-[#bcaf86]"
/* SCSS */
$brand: #bcaf86;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.525)
/* Android */
Color.parseColor("#bcaf86")Accessibility — WCAG contrast
Aa
#bcaf86 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf86 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow28.7%
Key (black)26.3%
Color previews
#bcaf86 text on a black background
contrast 9.61:1
Card sample
#bcaf86 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf86;
Background color
Panel with #bcaf86 background
background-color: #bcaf86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf86; background: linear-gradient(135deg, #bcaf86, #A5BC86);