#bcbf39
a balanced, vivid yellow · cool · closest name: olive
RGB
188, 191, 57
HSL
61°, 54%, 49%
CMYK
2, 0, 70, 25
Luminance
0.4825
Every format
| HEX | #bcbf39 |
| RGB | rgb(188, 191, 57) |
| HSL | hsl(61, 54%, 49%) |
| CMYK | cmyk(2%, 0%, 70%, 25%) |
| LAB | lab(75.0 -17.1 63.5) |
| LCH | lch(75.0 65.8 105.1) |
| OKLCH | oklch(0.778 0.151 110.7) |
Copy-ready code
/* CSS */
color: #bcbf39;
background-color: #bcbf39;
/* Tailwind (arbitrary) */
class="text-[#bcbf39] bg-[#bcbf39]"
/* SCSS */
$brand: #bcbf39;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#bcbf39")Accessibility — WCAG contrast
Aa
#bcbf39 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbf39 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue22.4%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow70.2%
Key (black)25.1%
Color previews
#bcbf39 text on a black background
contrast 10.65:1
Card sample
#bcbf39 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbf39;
Background color
Panel with #bcbf39 background
background-color: #bcbf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbf39; background: linear-gradient(135deg, #bcbf39, #63BF39);