#bcfa21
a balanced, electric green · cool · closest name: yellow
RGB
188, 250, 33
HSL
77°, 96%, 56%
CMYK
25, 0, 87, 2
Luminance
0.7917
Every format
| HEX | #bcfa21 |
| RGB | rgb(188, 250, 33) |
| HSL | hsl(77, 96%, 56%) |
| CMYK | cmyk(25%, 0%, 87%, 2%) |
| LAB | lab(91.3 -45.4 84.5) |
| LCH | lch(91.3 96.0 118.2) |
| OKLCH | oklch(0.910 0.225 126.0) |
Copy-ready code
/* CSS */
color: #bcfa21;
background-color: #bcfa21;
/* Tailwind (arbitrary) */
class="text-[#bcfa21] bg-[#bcfa21]"
/* SCSS */
$brand: #bcfa21;
/* SwiftUI */
Color(red: 0.737, green: 0.980, blue: 0.129)
/* Android */
Color.parseColor("#bcfa21")Accessibility — WCAG contrast
Aa
#bcfa21 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfa21 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.0%
Blue12.9%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow86.8%
Key (black)2.0%
Color previews
#bcfa21 text on a black background
contrast 16.83:1
Card sample
#bcfa21 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfa21;
Background color
Panel with #bcfa21 background
background-color: #bcfa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 250, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 250, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfa21; background: linear-gradient(135deg, #bcfa21, #2CFA21);