#bfdf4f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 223, 79
HSL
73°, 69%, 59%
CMYK
14, 0, 65, 13
Luminance
0.6442
Every format
| HEX | #bfdf4f |
| RGB | rgb(191, 223, 79) |
| HSL | hsl(73, 69%, 59%) |
| CMYK | cmyk(14%, 0%, 65%, 13%) |
| LAB | lab(84.2 -30.1 64.5) |
| LCH | lch(84.2 71.2 115.0) |
| OKLCH | oklch(0.853 0.171 120.9) |
Copy-ready code
/* CSS */
color: #bfdf4f;
background-color: #bfdf4f;
/* Tailwind (arbitrary) */
class="text-[#bfdf4f] bg-[#bfdf4f]"
/* SCSS */
$brand: #bfdf4f;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.310)
/* Android */
Color.parseColor("#bfdf4f")Accessibility — WCAG contrast
Aa
#bfdf4f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf4f on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue31.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow64.6%
Key (black)12.5%
Color previews
#bfdf4f text on a black background
contrast 13.88:1
Card sample
#bfdf4f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf4f;
Background color
Panel with #bfdf4f background
background-color: #bfdf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf4f; background: linear-gradient(135deg, #bfdf4f, #5FDF4F);