#bfcf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 207, 79
HSL
68°, 57%, 56%
CMYK
8, 0, 62, 19
Luminance
0.5627
Every format
| HEX | #bfcf4f |
| RGB | rgb(191, 207, 79) |
| HSL | hsl(68, 57%, 56%) |
| CMYK | cmyk(8%, 0%, 62%, 19%) |
| LAB | lab(79.8 -22.5 59.9) |
| LCH | lch(79.8 63.9 110.6) |
| OKLCH | oklch(0.818 0.152 115.9) |
Copy-ready code
/* CSS */
color: #bfcf4f;
background-color: #bfcf4f;
/* Tailwind (arbitrary) */
class="text-[#bfcf4f] bg-[#bfcf4f]"
/* SCSS */
$brand: #bfcf4f;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#bfcf4f")Accessibility — WCAG contrast
Aa
#bfcf4f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcf4f on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue31.0%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow61.8%
Key (black)18.8%
Color previews
#bfcf4f text on a black background
contrast 12.25:1
Card sample
#bfcf4f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcf4f;
Background color
Panel with #bfcf4f background
background-color: #bfcf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcf4f; background: linear-gradient(135deg, #bfcf4f, #6ACF4F);