#bfd96f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 217, 111
HSL
75°, 58%, 64%
CMYK
12, 0, 49, 15
Luminance
0.6185
Every format
| HEX | #bfd96f |
| RGB | rgb(191, 217, 111) |
| HSL | hsl(75, 58%, 64%) |
| CMYK | cmyk(12%, 0%, 49%, 15%) |
| LAB | lab(82.8 -24.6 49.0) |
| LCH | lch(82.8 54.8 116.7) |
| OKLCH | oklch(0.844 0.136 120.8) |
Copy-ready code
/* CSS */
color: #bfd96f;
background-color: #bfd96f;
/* Tailwind (arbitrary) */
class="text-[#bfd96f] bg-[#bfd96f]"
/* SCSS */
$brand: #bfd96f;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.435)
/* Android */
Color.parseColor("#bfd96f")Accessibility — WCAG contrast
Aa
#bfd96f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd96f on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue43.5%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow48.8%
Key (black)14.9%
Color previews
#bfd96f text on a black background
contrast 13.37:1
Card sample
#bfd96f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd96f;
Background color
Panel with #bfd96f background
background-color: #bfd96f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd96f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd96f; background: linear-gradient(135deg, #bfd96f, #78D96F);