#bfcb49
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 203, 73
HSL
66°, 56%, 54%
CMYK
6, 0, 64, 20
Luminance
0.5427
Every format
| HEX | #bfcb49 |
| RGB | rgb(191, 203, 73) |
| HSL | hsl(66, 56%, 54%) |
| CMYK | cmyk(6%, 0%, 64%, 20%) |
| LAB | lab(78.6 -20.9 61.1) |
| LCH | lch(78.6 64.6 108.9) |
| OKLCH | oklch(0.808 0.152 114.3) |
Copy-ready code
/* CSS */
color: #bfcb49;
background-color: #bfcb49;
/* Tailwind (arbitrary) */
class="text-[#bfcb49] bg-[#bfcb49]"
/* SCSS */
$brand: #bfcb49;
/* SwiftUI */
Color(red: 0.749, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#bfcb49")Accessibility — WCAG contrast
Aa
#bfcb49 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcb49 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.6%
Blue28.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#bfcb49 text on a black background
contrast 11.85:1
Card sample
#bfcb49 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcb49;
Background color
Panel with #bfcb49 background
background-color: #bfcb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcb49; background: linear-gradient(135deg, #bfcb49, #68CB49);