#bfe55e
a balanced, vivid green · cool · closest name: khaki
RGB
191, 229, 94
HSL
77°, 72%, 63%
CMYK
17, 0, 59, 10
Luminance
0.6792
Every format
| HEX | #bfe55e |
| RGB | rgb(191, 229, 94) |
| HSL | hsl(77, 72%, 63%) |
| CMYK | cmyk(17%, 0%, 59%, 10%) |
| LAB | lab(86.0 -31.8 60.3) |
| LCH | lch(86.0 68.2 117.8) |
| OKLCH | oklch(0.868 0.167 123.1) |
Copy-ready code
/* CSS */
color: #bfe55e;
background-color: #bfe55e;
/* Tailwind (arbitrary) */
class="text-[#bfe55e] bg-[#bfe55e]"
/* SCSS */
$brand: #bfe55e;
/* SwiftUI */
Color(red: 0.749, green: 0.898, blue: 0.369)
/* Android */
Color.parseColor("#bfe55e")Accessibility — WCAG contrast
Aa
#bfe55e on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe55e on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.8%
Blue36.9%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow59.0%
Key (black)10.2%
Color previews
#bfe55e text on a black background
contrast 14.58:1
Card sample
#bfe55e text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe55e;
Background color
Panel with #bfe55e background
background-color: #bfe55e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe55e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 229, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 229, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe55e; background: linear-gradient(135deg, #bfe55e, #65E55E);