#bfef7c
a light, electric green · cool · closest name: khaki
RGB
191, 239, 124
HSL
85°, 78%, 71%
CMYK
20, 0, 48, 6
Luminance
0.7426
Every format
| HEX | #bfef7c |
| RGB | rgb(191, 239, 124) |
| HSL | hsl(85, 78%, 71%) |
| CMYK | cmyk(20%, 0%, 48%, 6%) |
| LAB | lab(89.0 -33.6 50.3) |
| LCH | lch(89.0 60.5 123.8) |
| OKLCH | oklch(0.894 0.153 127.8) |
Copy-ready code
/* CSS */
color: #bfef7c;
background-color: #bfef7c;
/* Tailwind (arbitrary) */
class="text-[#bfef7c] bg-[#bfef7c]"
/* SCSS */
$brand: #bfef7c;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.486)
/* Android */
Color.parseColor("#bfef7c")Accessibility — WCAG contrast
Aa
#bfef7c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfef7c on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue48.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow48.1%
Key (black)6.3%
Color previews
#bfef7c text on a black background
contrast 15.85:1
Card sample
#bfef7c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfef7c;
Background color
Panel with #bfef7c background
background-color: #bfef7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfef7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfef7c; background: linear-gradient(135deg, #bfef7c, #7CEF86);