#bfd94c
a balanced, vivid green · cool · closest name: khaki
RGB
191, 217, 76
HSL
71°, 65%, 58%
CMYK
12, 0, 65, 15
Luminance
0.6122
Every format
| HEX | #bfd94c |
| RGB | rgb(191, 217, 76) |
| HSL | hsl(71, 65%, 58%) |
| CMYK | cmyk(12%, 0%, 65%, 15%) |
| LAB | lab(82.5 -27.5 64.0) |
| LCH | lch(82.5 69.6 113.3) |
| OKLCH | oklch(0.840 0.166 119.1) |
Copy-ready code
/* CSS */
color: #bfd94c;
background-color: #bfd94c;
/* Tailwind (arbitrary) */
class="text-[#bfd94c] bg-[#bfd94c]"
/* SCSS */
$brand: #bfd94c;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.298)
/* Android */
Color.parseColor("#bfd94c")Accessibility — WCAG contrast
Aa
#bfd94c on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd94c on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue29.8%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow65.0%
Key (black)14.9%
Color previews
#bfd94c text on a black background
contrast 13.24:1
Card sample
#bfd94c text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd94c;
Background color
Panel with #bfd94c background
background-color: #bfd94c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd94c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd94c; background: linear-gradient(135deg, #bfd94c, #61D94C);