#bcfd56
a light, electric green · cool · closest name: yellow
RGB
188, 253, 86
HSL
83°, 98%, 67%
CMYK
26, 0, 66, 1
Luminance
0.8161
Every format
| HEX | #bcfd56 |
| RGB | rgb(188, 253, 86) |
| HSL | hsl(83, 98%, 67%) |
| CMYK | cmyk(26%, 0%, 66%, 1%) |
| LAB | lab(92.4 -44.3 70.4) |
| LCH | lch(92.4 83.2 122.2) |
| OKLCH | oklch(0.919 0.204 128.2) |
Copy-ready code
/* CSS */
color: #bcfd56;
background-color: #bcfd56;
/* Tailwind (arbitrary) */
class="text-[#bcfd56] bg-[#bcfd56]"
/* SCSS */
$brand: #bcfd56;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.337)
/* Android */
Color.parseColor("#bcfd56")Accessibility — WCAG contrast
Aa
#bcfd56 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfd56 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue33.7%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow66.0%
Key (black)0.8%
Color previews
#bcfd56 text on a black background
contrast 17.32:1
Card sample
#bcfd56 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfd56;
Background color
Panel with #bcfd56 background
background-color: #bcfd56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfd56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfd56; background: linear-gradient(135deg, #bcfd56, #56FD60);