#bfd74f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 215, 79
HSL
71°, 63%, 58%
CMYK
11, 0, 63, 16
Luminance
0.6024
Every format
| HEX | #bfd74f |
| RGB | rgb(191, 215, 79) |
| HSL | hsl(71, 63%, 58%) |
| CMYK | cmyk(11%, 0%, 63%, 16%) |
| LAB | lab(82.0 -26.3 62.2) |
| LCH | lch(82.0 67.6 112.9) |
| OKLCH | oklch(0.836 0.161 118.6) |
Copy-ready code
/* CSS */
color: #bfd74f;
background-color: #bfd74f;
/* Tailwind (arbitrary) */
class="text-[#bfd74f] bg-[#bfd74f]"
/* SCSS */
$brand: #bfd74f;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#bfd74f")Accessibility — WCAG contrast
Aa
#bfd74f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd74f on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue31.0%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow63.3%
Key (black)15.7%
Color previews
#bfd74f text on a black background
contrast 13.05:1
Card sample
#bfd74f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd74f;
Background color
Panel with #bfd74f background
background-color: #bfd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd74f; background: linear-gradient(135deg, #bfd74f, #64D74F);