#bcf44d
a balanced, electric green · cool · closest name: yellow
RGB
188, 244, 77
HSL
80°, 88%, 63%
CMYK
23, 0, 68, 4
Luminance
0.7593
Every format
| HEX | #bcf44d |
| RGB | rgb(188, 244, 77) |
| HSL | hsl(80, 88%, 63%) |
| CMYK | cmyk(23%, 0%, 68%, 4%) |
| LAB | lab(89.8 -40.9 71.1) |
| LCH | lch(89.8 82.0 119.9) |
| OKLCH | oklch(0.898 0.199 126.3) |
Copy-ready code
/* CSS */
color: #bcf44d;
background-color: #bcf44d;
/* Tailwind (arbitrary) */
class="text-[#bcf44d] bg-[#bcf44d]"
/* SCSS */
$brand: #bcf44d;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.302)
/* Android */
Color.parseColor("#bcf44d")Accessibility — WCAG contrast
Aa
#bcf44d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf44d on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue30.2%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow68.4%
Key (black)4.3%
Color previews
#bcf44d text on a black background
contrast 16.19:1
Card sample
#bcf44d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf44d;
Background color
Panel with #bcf44d background
background-color: #bcf44d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf44d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf44d; background: linear-gradient(135deg, #bcf44d, #4DF44D);