#bcf71d
a balanced, electric green · cool · closest name: yellow
RGB
188, 247, 29
HSL
76°, 93%, 54%
CMYK
24, 0, 88, 3
Luminance
0.7730
Every format
| HEX | #bcf71d |
| RGB | rgb(188, 247, 29) |
| HSL | hsl(76, 93%, 54%) |
| CMYK | cmyk(24%, 0%, 88%, 3%) |
| LAB | lab(90.5 -44.2 84.5) |
| LCH | lch(90.5 95.4 117.6) |
| OKLCH | oklch(0.903 0.223 125.5) |
Copy-ready code
/* CSS */
color: #bcf71d;
background-color: #bcf71d;
/* Tailwind (arbitrary) */
class="text-[#bcf71d] bg-[#bcf71d]"
/* SCSS */
$brand: #bcf71d;
/* SwiftUI */
Color(red: 0.737, green: 0.969, blue: 0.114)
/* Android */
Color.parseColor("#bcf71d")Accessibility — WCAG contrast
Aa
#bcf71d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf71d on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.9%
Blue11.4%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow88.3%
Key (black)3.1%
Color previews
#bcf71d text on a black background
contrast 16.46:1
Card sample
#bcf71d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf71d;
Background color
Panel with #bcf71d background
background-color: #bcf71d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf71d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 247, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 247, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf71d; background: linear-gradient(135deg, #bcf71d, #2BF71D);