#bcba2f
a balanced, vivid yellow · cool · closest name: olive
RGB
188, 186, 47
HSL
59°, 60%, 46%
CMYK
0, 1, 75, 26
Luminance
0.4601
Every format
| HEX | #bcba2f |
| RGB | rgb(188, 186, 47) |
| HSL | hsl(59, 60%, 46%) |
| CMYK | cmyk(0%, 1%, 75%, 26%) |
| LAB | lab(73.6 -15.1 65.6) |
| LCH | lch(73.6 67.3 102.9) |
| OKLCH | oklch(0.767 0.152 108.7) |
Copy-ready code
/* CSS */
color: #bcba2f;
background-color: #bcba2f;
/* Tailwind (arbitrary) */
class="text-[#bcba2f] bg-[#bcba2f]"
/* SCSS */
$brand: #bcba2f;
/* SwiftUI */
Color(red: 0.737, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#bcba2f")Accessibility — WCAG contrast
Aa
#bcba2f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcba2f on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow75.0%
Key (black)26.3%
Color previews
#bcba2f text on a black background
contrast 10.20:1
Card sample
#bcba2f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcba2f;
Background color
Panel with #bcba2f background
background-color: #bcba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcba2f; background: linear-gradient(135deg, #bcba2f, #60BC2F);