#bcaf5b
a balanced, soft yellow · cool · closest name: khaki
RGB
188, 175, 91
HSL
52°, 42%, 55%
CMYK
0, 7, 52, 26
Luminance
0.4211
Every format
| HEX | #bcaf5b |
| RGB | rgb(188, 175, 91) |
| HSL | hsl(52, 42%, 55%) |
| CMYK | cmyk(0%, 7%, 52%, 26%) |
| LAB | lab(71.0 -6.6 44.3) |
| LCH | lch(71.0 44.8 98.4) |
| OKLCH | oklch(0.747 0.107 100.6) |
Copy-ready code
/* CSS */
color: #bcaf5b;
background-color: #bcaf5b;
/* Tailwind (arbitrary) */
class="text-[#bcaf5b] bg-[#bcaf5b]"
/* SCSS */
$brand: #bcaf5b;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.357)
/* Android */
Color.parseColor("#bcaf5b")Accessibility — WCAG contrast
Aa
#bcaf5b on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf5b on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow51.6%
Key (black)26.3%
Color previews
#bcaf5b text on a black background
contrast 9.42:1
Card sample
#bcaf5b text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf5b;
Background color
Panel with #bcaf5b background
background-color: #bcaf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf5b; background: linear-gradient(135deg, #bcaf5b, #88BC5B);