#bcba8f
a balanced, soft yellow · cool · closest name: tan
RGB
188, 186, 143
HSL
57°, 25%, 65%
CMYK
0, 1, 24, 26
Luminance
0.4779
Every format
| HEX | #bcba8f |
| RGB | rgb(188, 186, 143) |
| HSL | hsl(57, 25%, 65%) |
| CMYK | cmyk(0%, 1%, 24%, 26%) |
| LAB | lab(74.7 -6.3 22.1) |
| LCH | lch(74.7 23.0 106.0) |
| OKLCH | oklch(0.780 0.058 105.5) |
Copy-ready code
/* CSS */
color: #bcba8f;
background-color: #bcba8f;
/* Tailwind (arbitrary) */
class="text-[#bcba8f] bg-[#bcba8f]"
/* SCSS */
$brand: #bcba8f;
/* SwiftUI */
Color(red: 0.737, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#bcba8f")Accessibility — WCAG contrast
Aa
#bcba8f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcba8f on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow23.9%
Key (black)26.3%
Color previews
#bcba8f text on a black background
contrast 10.56:1
Card sample
#bcba8f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcba8f;
Background color
Panel with #bcba8f background
background-color: #bcba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcba8f; background: linear-gradient(135deg, #bcba8f, #A0BC8F);