#bcaf77
a balanced, soft yellow · cool · closest name: tan
RGB
188, 175, 119
HSL
49°, 34%, 60%
CMYK
0, 7, 37, 26
Luminance
0.4268
Every format
| HEX | #bcaf77 |
| RGB | rgb(188, 175, 119) |
| HSL | hsl(49, 34%, 60%) |
| CMYK | cmyk(0%, 7%, 37%, 26%) |
| LAB | lab(71.3 -3.7 30.4) |
| LCH | lch(71.3 30.6 96.9) |
| OKLCH | oklch(0.752 0.076 96.7) |
Copy-ready code
/* CSS */
color: #bcaf77;
background-color: #bcaf77;
/* Tailwind (arbitrary) */
class="text-[#bcaf77] bg-[#bcaf77]"
/* SCSS */
$brand: #bcaf77;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.467)
/* Android */
Color.parseColor("#bcaf77")Accessibility — WCAG contrast
Aa
#bcaf77 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf77 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow36.7%
Key (black)26.3%
Color previews
#bcaf77 text on a black background
contrast 9.54:1
Card sample
#bcaf77 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf77;
Background color
Panel with #bcaf77 background
background-color: #bcaf77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf77; background: linear-gradient(135deg, #bcaf77, #9BBC77);