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