#bcaf6b
a balanced, soft yellow · cool · closest name: tan
RGB
188, 175, 107
HSL
50°, 38%, 58%
CMYK
0, 7, 43, 26
Luminance
0.4241
Every format
| HEX | #bcaf6b |
| RGB | rgb(188, 175, 107) |
| HSL | hsl(50, 38%, 58%) |
| CMYK | cmyk(0%, 7%, 43%, 26%) |
| LAB | lab(71.2 -5.0 36.5) |
| LCH | lch(71.2 36.8 97.8) |
| OKLCH | oklch(0.750 0.090 98.7) |
Copy-ready code
/* CSS */
color: #bcaf6b;
background-color: #bcaf6b;
/* Tailwind (arbitrary) */
class="text-[#bcaf6b] bg-[#bcaf6b]"
/* SCSS */
$brand: #bcaf6b;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.420)
/* Android */
Color.parseColor("#bcaf6b")Accessibility — WCAG contrast
Aa
#bcaf6b on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf6b on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow43.1%
Key (black)26.3%
Color previews
#bcaf6b text on a black background
contrast 9.48:1
Card sample
#bcaf6b text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf6b;
Background color
Panel with #bcaf6b background
background-color: #bcaf6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf6b; background: linear-gradient(135deg, #bcaf6b, #93BC6B);