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