#b2bc2f
a balanced, vivid yellow · cool · closest name: olive
RGB
178, 188, 47
HSL
64°, 60%, 46%
CMYK
5, 0, 75, 26
Luminance
0.4564
Every format
| HEX | #b2bc2f |
| RGB | rgb(178, 188, 47) |
| HSL | hsl(64, 60%, 46%) |
| CMYK | cmyk(5%, 0%, 75%, 26%) |
| LAB | lab(73.3 -20.3 65.1) |
| LCH | lch(73.3 68.2 107.4) |
| OKLCH | oklch(0.763 0.156 113.7) |
Copy-ready code
/* CSS */
color: #b2bc2f;
background-color: #b2bc2f;
/* Tailwind (arbitrary) */
class="text-[#b2bc2f] bg-[#b2bc2f]"
/* SCSS */
$brand: #b2bc2f;
/* SwiftUI */
Color(red: 0.698, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#b2bc2f")Accessibility — WCAG contrast
Aa
#b2bc2f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bc2f on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green73.7%
Blue18.4%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow75.0%
Key (black)26.3%
Color previews
#b2bc2f text on a black background
contrast 10.13:1
Card sample
#b2bc2f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bc2f;
Background color
Panel with #b2bc2f background
background-color: #b2bc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bc2f; background: linear-gradient(135deg, #b2bc2f, #54BC2F);