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