#bcfb21
a balanced, electric green · cool · closest name: yellow
RGB
188, 251, 33
HSL
77°, 97%, 56%
CMYK
25, 0, 87, 2
Luminance
0.7980
Every format
| HEX | #bcfb21 |
| RGB | rgb(188, 251, 33) |
| HSL | hsl(77, 97%, 56%) |
| CMYK | cmyk(25%, 0%, 87%, 2%) |
| LAB | lab(91.6 -45.8 84.8) |
| LCH | lch(91.6 96.3 118.4) |
| OKLCH | oklch(0.912 0.226 126.2) |
Copy-ready code
/* CSS */
color: #bcfb21;
background-color: #bcfb21;
/* Tailwind (arbitrary) */
class="text-[#bcfb21] bg-[#bcfb21]"
/* SCSS */
$brand: #bcfb21;
/* SwiftUI */
Color(red: 0.737, green: 0.984, blue: 0.129)
/* Android */
Color.parseColor("#bcfb21")Accessibility — WCAG contrast
Aa
#bcfb21 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfb21 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.4%
Blue12.9%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow86.9%
Key (black)1.6%
Color previews
#bcfb21 text on a black background
contrast 16.96:1
Card sample
#bcfb21 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfb21;
Background color
Panel with #bcfb21 background
background-color: #bcfb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 251, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 251, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfb21; background: linear-gradient(135deg, #bcfb21, #2BFB21);