#bfeb7f
a light, vivid green · cool · closest name: khaki
RGB
191, 235, 127
HSL
84°, 73%, 71%
CMYK
19, 0, 46, 8
Luminance
0.7203
Every format
| HEX | #bfeb7f |
| RGB | rgb(191, 235, 127) |
| HSL | hsl(84, 73%, 71%) |
| CMYK | cmyk(19%, 0%, 46%, 8%) |
| LAB | lab(88.0 -31.5 47.6) |
| LCH | lch(88.0 57.0 123.5) |
| OKLCH | oklch(0.885 0.144 127.3) |
Copy-ready code
/* CSS */
color: #bfeb7f;
background-color: #bfeb7f;
/* Tailwind (arbitrary) */
class="text-[#bfeb7f] bg-[#bfeb7f]"
/* SCSS */
$brand: #bfeb7f;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.498)
/* Android */
Color.parseColor("#bfeb7f")Accessibility — WCAG contrast
Aa
#bfeb7f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeb7f on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue49.8%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow46.0%
Key (black)7.8%
Color previews
#bfeb7f text on a black background
contrast 15.41:1
Card sample
#bfeb7f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeb7f;
Background color
Panel with #bfeb7f background
background-color: #bfeb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeb7f; background: linear-gradient(135deg, #bfeb7f, #7FEB87);