#b3bc3f
a balanced, vivid yellow · cool · closest name: olive
RGB
179, 188, 63
HSL
64°, 50%, 49%
CMYK
5, 0, 67, 26
Luminance
0.4591
Every format
| HEX | #b3bc3f |
| RGB | rgb(179, 188, 63) |
| HSL | hsl(64, 50%, 49%) |
| CMYK | cmyk(5%, 0%, 67%, 26%) |
| LAB | lab(73.5 -19.1 59.5) |
| LCH | lch(73.5 62.5 107.8) |
| OKLCH | oklch(0.765 0.146 113.3) |
Copy-ready code
/* CSS */
color: #b3bc3f;
background-color: #b3bc3f;
/* Tailwind (arbitrary) */
class="text-[#b3bc3f] bg-[#b3bc3f]"
/* SCSS */
$brand: #b3bc3f;
/* SwiftUI */
Color(red: 0.702, green: 0.737, blue: 0.247)
/* Android */
Color.parseColor("#b3bc3f")Accessibility — WCAG contrast
Aa
#b3bc3f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bc3f on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green73.7%
Blue24.7%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow66.5%
Key (black)26.3%
Color previews
#b3bc3f text on a black background
contrast 10.18:1
Card sample
#b3bc3f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bc3f;
Background color
Panel with #b3bc3f background
background-color: #b3bc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 188, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 188, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bc3f; background: linear-gradient(135deg, #b3bc3f, #60BC3F);