#bcae2f
a balanced, vivid yellow · cool · closest name: olive
RGB
188, 174, 47
HSL
54°, 60%, 46%
CMYK
0, 7, 75, 26
Luminance
0.4117
Every format
| HEX | #bcae2f |
| RGB | rgb(188, 174, 47) |
| HSL | hsl(54, 60%, 46%) |
| CMYK | cmyk(0%, 7%, 75%, 26%) |
| LAB | lab(70.3 -8.9 62.6) |
| LCH | lch(70.3 63.2 98.1) |
| OKLCH | oklch(0.741 0.141 102.8) |
Copy-ready code
/* CSS */
color: #bcae2f;
background-color: #bcae2f;
/* Tailwind (arbitrary) */
class="text-[#bcae2f] bg-[#bcae2f]"
/* SCSS */
$brand: #bcae2f;
/* SwiftUI */
Color(red: 0.737, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#bcae2f")Accessibility — WCAG contrast
Aa
#bcae2f on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcae2f on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow75.0%
Key (black)26.3%
Color previews
#bcae2f text on a black background
contrast 9.23:1
Card sample
#bcae2f text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcae2f;
Background color
Panel with #bcae2f background
background-color: #bcae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcae2f; background: linear-gradient(135deg, #bcae2f, #6CBC2F);