#bfc44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 196, 79
HSL
63°, 50%, 54%
CMYK
3, 0, 60, 23
Luminance
0.5112
Every format
| HEX | #bfc44f |
| RGB | rgb(191, 196, 79) |
| HSL | hsl(63, 50%, 54%) |
| CMYK | cmyk(3%, 0%, 60%, 23%) |
| LAB | lab(76.8 -17.0 56.6) |
| LCH | lch(76.8 59.1 106.8) |
| OKLCH | oklch(0.794 0.140 111.5) |
Copy-ready code
/* CSS */
color: #bfc44f;
background-color: #bfc44f;
/* Tailwind (arbitrary) */
class="text-[#bfc44f] bg-[#bfc44f]"
/* SCSS */
$brand: #bfc44f;
/* SwiftUI */
Color(red: 0.749, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#bfc44f")Accessibility — WCAG contrast
Aa
#bfc44f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc44f on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.9%
Blue31.0%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#bfc44f text on a black background
contrast 11.22:1
Card sample
#bfc44f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc44f;
Background color
Panel with #bfc44f background
background-color: #bfc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc44f; background: linear-gradient(135deg, #bfc44f, #71C44F);