#bcaf82
a balanced, soft yellow · cool · closest name: tan
RGB
188, 175, 130
HSL
47°, 30%, 62%
CMYK
0, 7, 31, 26
Luminance
0.4296
Every format
| HEX | #bcaf82 |
| RGB | rgb(188, 175, 130) |
| HSL | hsl(47, 30%, 62%) |
| CMYK | cmyk(0%, 7%, 31%, 26%) |
| LAB | lab(71.5 -2.3 24.8) |
| LCH | lch(71.5 24.9 95.3) |
| OKLCH | oklch(0.754 0.062 93.9) |
Copy-ready code
/* CSS */
color: #bcaf82;
background-color: #bcaf82;
/* Tailwind (arbitrary) */
class="text-[#bcaf82] bg-[#bcaf82]"
/* SCSS */
$brand: #bcaf82;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.510)
/* Android */
Color.parseColor("#bcaf82")Accessibility — WCAG contrast
Aa
#bcaf82 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf82 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow30.9%
Key (black)26.3%
Color previews
#bcaf82 text on a black background
contrast 9.59:1
Card sample
#bcaf82 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf82;
Background color
Panel with #bcaf82 background
background-color: #bcaf82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf82; background: linear-gradient(135deg, #bcaf82, #A2BC82);