#bfc968
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 201, 104
HSL
66°, 47%, 60%
CMYK
5, 0, 48, 21
Luminance
0.5385
Every format
| HEX | #bfc968 |
| RGB | rgb(191, 201, 104) |
| HSL | hsl(66, 47%, 60%) |
| CMYK | cmyk(5%, 0%, 48%, 21%) |
| LAB | lab(78.4 -17.5 46.9) |
| LCH | lch(78.4 50.1 110.4) |
| OKLCH | oklch(0.807 0.122 114.0) |
Copy-ready code
/* CSS */
color: #bfc968;
background-color: #bfc968;
/* Tailwind (arbitrary) */
class="text-[#bfc968] bg-[#bfc968]"
/* SCSS */
$brand: #bfc968;
/* SwiftUI */
Color(red: 0.749, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#bfc968")Accessibility — WCAG contrast
Aa
#bfc968 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc968 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.8%
Blue40.8%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow48.3%
Key (black)21.2%
Color previews
#bfc968 text on a black background
contrast 11.77:1
Card sample
#bfc968 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc968;
Background color
Panel with #bfc968 background
background-color: #bfc968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc968; background: linear-gradient(135deg, #bfc968, #7EC968);