#bfef49
a balanced, electric green · cool · closest name: yellow
RGB
191, 239, 73
HSL
77°, 84%, 61%
CMYK
20, 0, 70, 6
Luminance
0.7329
Every format
| HEX | #bfef49 |
| RGB | rgb(191, 239, 73) |
| HSL | hsl(77, 84%, 61%) |
| CMYK | cmyk(20%, 0%, 70%, 6%) |
| LAB | lab(88.6 -37.8 71.3) |
| LCH | lch(88.6 80.7 117.9) |
| OKLCH | oklch(0.889 0.194 124.4) |
Copy-ready code
/* CSS */
color: #bfef49;
background-color: #bfef49;
/* Tailwind (arbitrary) */
class="text-[#bfef49] bg-[#bfef49]"
/* SCSS */
$brand: #bfef49;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.286)
/* Android */
Color.parseColor("#bfef49")Accessibility — WCAG contrast
Aa
#bfef49 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfef49 on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue28.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow69.5%
Key (black)6.3%
Color previews
#bfef49 text on a black background
contrast 15.66:1
Card sample
#bfef49 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfef49;
Background color
Panel with #bfef49 background
background-color: #bfef49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfef49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfef49; background: linear-gradient(135deg, #bfef49, #51EF49);