#bfe377
a light, vivid green · cool · closest name: khaki
RGB
191, 227, 119
HSL
80°, 66%, 68%
CMYK
16, 0, 48, 11
Luminance
0.6735
Every format
| HEX | #bfe377 |
| RGB | rgb(191, 227, 119) |
| HSL | hsl(80, 66%, 68%) |
| CMYK | cmyk(16%, 0%, 48%, 11%) |
| LAB | lab(85.7 -28.6 48.6) |
| LCH | lch(85.7 56.4 120.5) |
| OKLCH | oklch(0.867 0.141 124.5) |
Copy-ready code
/* CSS */
color: #bfe377;
background-color: #bfe377;
/* Tailwind (arbitrary) */
class="text-[#bfe377] bg-[#bfe377]"
/* SCSS */
$brand: #bfe377;
/* SwiftUI */
Color(red: 0.749, green: 0.890, blue: 0.467)
/* Android */
Color.parseColor("#bfe377")Accessibility — WCAG contrast
Aa
#bfe377 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe377 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.0%
Blue46.7%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow47.6%
Key (black)11.0%
Color previews
#bfe377 text on a black background
contrast 14.47:1
Card sample
#bfe377 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe377;
Background color
Panel with #bfe377 background
background-color: #bfe377;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe377;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 227, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 227, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe377; background: linear-gradient(135deg, #bfe377, #77E377);