#bfdb4f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 219, 79
HSL
72°, 66%, 58%
CMYK
13, 0, 64, 14
Luminance
0.6230
Every format
| HEX | #bfdb4f |
| RGB | rgb(191, 219, 79) |
| HSL | hsl(72, 66%, 58%) |
| CMYK | cmyk(13%, 0%, 64%, 14%) |
| LAB | lab(83.1 -28.2 63.4) |
| LCH | lch(83.1 69.4 114.0) |
| OKLCH | oklch(0.844 0.166 119.8) |
Copy-ready code
/* CSS */
color: #bfdb4f;
background-color: #bfdb4f;
/* Tailwind (arbitrary) */
class="text-[#bfdb4f] bg-[#bfdb4f]"
/* SCSS */
$brand: #bfdb4f;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#bfdb4f")Accessibility — WCAG contrast
Aa
#bfdb4f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdb4f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue31.0%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#bfdb4f text on a black background
contrast 13.46:1
Card sample
#bfdb4f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdb4f;
Background color
Panel with #bfdb4f background
background-color: #bfdb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdb4f; background: linear-gradient(135deg, #bfdb4f, #62DB4F);