#bcaf3f
a balanced, vivid yellow · cool · closest name: olive
RGB
188, 175, 63
HSL
54°, 50%, 49%
CMYK
0, 7, 67, 26
Luminance
0.4171
Every format
| HEX | #bcaf3f |
| RGB | rgb(188, 175, 63) |
| HSL | hsl(54, 50%, 49%) |
| CMYK | cmyk(0%, 7%, 67%, 26%) |
| LAB | lab(70.7 -8.6 56.8) |
| LCH | lch(70.7 57.5 98.6) |
| OKLCH | oklch(0.744 0.131 102.7) |
Copy-ready code
/* CSS */
color: #bcaf3f;
background-color: #bcaf3f;
/* Tailwind (arbitrary) */
class="text-[#bcaf3f] bg-[#bcaf3f]"
/* SCSS */
$brand: #bcaf3f;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#bcaf3f")Accessibility — WCAG contrast
Aa
#bcaf3f on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf3f on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow66.5%
Key (black)26.3%
Color previews
#bcaf3f text on a black background
contrast 9.34:1
Card sample
#bcaf3f text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf3f;
Background color
Panel with #bcaf3f background
background-color: #bcaf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf3f; background: linear-gradient(135deg, #bcaf3f, #76BC3F);