#bcaf7b
a balanced, soft yellow · cool · closest name: tan
RGB
188, 175, 123
HSL
48°, 33%, 61%
CMYK
0, 7, 35, 26
Luminance
0.4278
Every format
| HEX | #bcaf7b |
| RGB | rgb(188, 175, 123) |
| HSL | hsl(48, 33%, 61%) |
| CMYK | cmyk(0%, 7%, 35%, 26%) |
| LAB | lab(71.4 -3.2 28.4) |
| LCH | lch(71.4 28.6 96.4) |
| OKLCH | oklch(0.752 0.071 95.8) |
Copy-ready code
/* CSS */
color: #bcaf7b;
background-color: #bcaf7b;
/* Tailwind (arbitrary) */
class="text-[#bcaf7b] bg-[#bcaf7b]"
/* SCSS */
$brand: #bcaf7b;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.482)
/* Android */
Color.parseColor("#bcaf7b")Accessibility — WCAG contrast
Aa
#bcaf7b on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf7b on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow34.6%
Key (black)26.3%
Color previews
#bcaf7b text on a black background
contrast 9.56:1
Card sample
#bcaf7b text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf7b;
Background color
Panel with #bcaf7b background
background-color: #bcaf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf7b; background: linear-gradient(135deg, #bcaf7b, #9EBC7B);