#bcaf8b
a balanced, soft yellow · warm · closest name: tan
RGB
188, 175, 139
HSL
44°, 27%, 64%
CMYK
0, 7, 26, 26
Luminance
0.4322
Every format
| HEX | #bcaf8b |
| RGB | rgb(188, 175, 139) |
| HSL | hsl(44, 27%, 64%) |
| CMYK | cmyk(0%, 7%, 26%, 26%) |
| LAB | lab(71.7 -1.1 20.2) |
| LCH | lch(71.7 20.2 93.0) |
| OKLCH | oklch(0.756 0.051 90.5) |
Copy-ready code
/* CSS */
color: #bcaf8b;
background-color: #bcaf8b;
/* Tailwind (arbitrary) */
class="text-[#bcaf8b] bg-[#bcaf8b]"
/* SCSS */
$brand: #bcaf8b;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.545)
/* Android */
Color.parseColor("#bcaf8b")Accessibility — WCAG contrast
Aa
#bcaf8b on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf8b on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow26.1%
Key (black)26.3%
Color previews
#bcaf8b text on a black background
contrast 9.64:1
Card sample
#bcaf8b text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf8b;
Background color
Panel with #bcaf8b background
background-color: #bcaf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf8b; background: linear-gradient(135deg, #bcaf8b, #A8BC8B);