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