#bfc94b
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 201, 75
HSL
65°, 54%, 54%
CMYK
5, 0, 63, 21
Luminance
0.5336
Every format
| HEX | #bfc94b |
| RGB | rgb(191, 201, 75) |
| HSL | hsl(65, 54%, 54%) |
| CMYK | cmyk(5%, 0%, 63%, 21%) |
| LAB | lab(78.1 -19.8 59.7) |
| LCH | lch(78.1 62.9 108.3) |
| OKLCH | oklch(0.804 0.148 113.6) |
Copy-ready code
/* CSS */
color: #bfc94b;
background-color: #bfc94b;
/* Tailwind (arbitrary) */
class="text-[#bfc94b] bg-[#bfc94b]"
/* SCSS */
$brand: #bfc94b;
/* SwiftUI */
Color(red: 0.749, green: 0.788, blue: 0.294)
/* Android */
Color.parseColor("#bfc94b")Accessibility — WCAG contrast
Aa
#bfc94b on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc94b on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.8%
Blue29.4%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow62.7%
Key (black)21.2%
Color previews
#bfc94b text on a black background
contrast 11.67:1
Card sample
#bfc94b text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc94b;
Background color
Panel with #bfc94b background
background-color: #bfc94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 201, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 201, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc94b; background: linear-gradient(135deg, #bfc94b, #6BC94B);