#bfef9e
a light, vivid green · cool · closest name: khaki
RGB
191, 239, 158
HSL
96°, 72%, 78%
CMYK
20, 0, 34, 6
Luminance
0.7528
Every format
| HEX | #bfef9e |
| RGB | rgb(191, 239, 158) |
| HSL | hsl(96, 72%, 78%) |
| CMYK | cmyk(20%, 0%, 34%, 6%) |
| LAB | lab(89.5 -29.5 34.3) |
| LCH | lch(89.5 45.2 130.7) |
| OKLCH | oklch(0.899 0.117 133.2) |
Copy-ready code
/* CSS */
color: #bfef9e;
background-color: #bfef9e;
/* Tailwind (arbitrary) */
class="text-[#bfef9e] bg-[#bfef9e]"
/* SCSS */
$brand: #bfef9e;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.620)
/* Android */
Color.parseColor("#bfef9e")Accessibility — WCAG contrast
Aa
#bfef9e on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfef9e on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue62.0%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow33.9%
Key (black)6.3%
Color previews
#bfef9e text on a black background
contrast 16.06:1
Card sample
#bfef9e text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfef9e;
Background color
Panel with #bfef9e background
background-color: #bfef9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfef9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfef9e; background: linear-gradient(135deg, #bfef9e, #9EEFB3);