#bcfc49
a balanced, electric green · cool · closest name: yellow
RGB
188, 252, 73
HSL
82°, 97%, 64%
CMYK
25, 0, 71, 1
Luminance
0.8079
Every format
| HEX | #bcfc49 |
| RGB | rgb(188, 252, 73) |
| HSL | hsl(82, 97%, 64%) |
| CMYK | cmyk(25%, 0%, 71%, 1%) |
| LAB | lab(92.0 -44.6 74.7) |
| LCH | lch(92.0 87.0 120.9) |
| OKLCH | oklch(0.916 0.211 127.4) |
Copy-ready code
/* CSS */
color: #bcfc49;
background-color: #bcfc49;
/* Tailwind (arbitrary) */
class="text-[#bcfc49] bg-[#bcfc49]"
/* SCSS */
$brand: #bcfc49;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 0.286)
/* Android */
Color.parseColor("#bcfc49")Accessibility — WCAG contrast
Aa
#bcfc49 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfc49 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue28.6%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow71.0%
Key (black)1.2%
Color previews
#bcfc49 text on a black background
contrast 17.16:1
Card sample
#bcfc49 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfc49;
Background color
Panel with #bcfc49 background
background-color: #bcfc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfc49; background: linear-gradient(135deg, #bcfc49, #49FC4D);