#bfeb49
a balanced, electric green · cool · closest name: yellow
RGB
191, 235, 73
HSL
76°, 80%, 60%
CMYK
19, 0, 69, 8
Luminance
0.7097
Every format
| HEX | #bfeb49 |
| RGB | rgb(191, 235, 73) |
| HSL | hsl(76, 80%, 60%) |
| CMYK | cmyk(19%, 0%, 69%, 8%) |
| LAB | lab(87.5 -36.0 70.2) |
| LCH | lch(87.5 78.9 117.2) |
| OKLCH | oklch(0.880 0.189 123.5) |
Copy-ready code
/* CSS */
color: #bfeb49;
background-color: #bfeb49;
/* Tailwind (arbitrary) */
class="text-[#bfeb49] bg-[#bfeb49]"
/* SCSS */
$brand: #bfeb49;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.286)
/* Android */
Color.parseColor("#bfeb49")Accessibility — WCAG contrast
Aa
#bfeb49 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeb49 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue28.6%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow68.9%
Key (black)7.8%
Color previews
#bfeb49 text on a black background
contrast 15.19:1
Card sample
#bfeb49 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeb49;
Background color
Panel with #bfeb49 background
background-color: #bfeb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeb49; background: linear-gradient(135deg, #bfeb49, #53EB49);