#bfd64f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 214, 79
HSL
70°, 62%, 58%
CMYK
11, 0, 63, 16
Luminance
0.5973
Every format
| HEX | #bfd64f |
| RGB | rgb(191, 214, 79) |
| HSL | hsl(70, 62%, 58%) |
| CMYK | cmyk(11%, 0%, 63%, 16%) |
| LAB | lab(81.7 -25.9 61.9) |
| LCH | lch(81.7 67.1 112.7) |
| OKLCH | oklch(0.833 0.160 118.3) |
Copy-ready code
/* CSS */
color: #bfd64f;
background-color: #bfd64f;
/* Tailwind (arbitrary) */
class="text-[#bfd64f] bg-[#bfd64f]"
/* SCSS */
$brand: #bfd64f;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.310)
/* Android */
Color.parseColor("#bfd64f")Accessibility — WCAG contrast
Aa
#bfd64f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd64f on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue31.0%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow63.1%
Key (black)16.1%
Color previews
#bfd64f text on a black background
contrast 12.95:1
Card sample
#bfd64f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd64f;
Background color
Panel with #bfd64f background
background-color: #bfd64f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd64f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd64f; background: linear-gradient(135deg, #bfd64f, #65D64F);