#bfc577
a balanced, soft yellow · cool · closest name: khaki
RGB
191, 197, 119
HSL
65°, 40%, 62%
CMYK
3, 0, 40, 23
Luminance
0.5234
Every format
| HEX | #bfc577 |
| RGB | rgb(191, 197, 119) |
| HSL | hsl(65, 40%, 62%) |
| CMYK | cmyk(3%, 0%, 40%, 23%) |
| LAB | lab(77.5 -13.9 38.4) |
| LCH | lch(77.5 40.8 109.9) |
| OKLCH | oklch(0.801 0.101 112.2) |
Copy-ready code
/* CSS */
color: #bfc577;
background-color: #bfc577;
/* Tailwind (arbitrary) */
class="text-[#bfc577] bg-[#bfc577]"
/* SCSS */
$brand: #bfc577;
/* SwiftUI */
Color(red: 0.749, green: 0.773, blue: 0.467)
/* Android */
Color.parseColor("#bfc577")Accessibility — WCAG contrast
Aa
#bfc577 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc577 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green77.3%
Blue46.7%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow39.6%
Key (black)22.7%
Color previews
#bfc577 text on a black background
contrast 11.47:1
Card sample
#bfc577 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc577;
Background color
Panel with #bfc577 background
background-color: #bfc577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 197, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 197, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc577; background: linear-gradient(135deg, #bfc577, #8BC577);