#bcf52c
a balanced, electric green · cool · closest name: yellow
RGB
188, 245, 44
HSL
77°, 91%, 57%
CMYK
23, 0, 82, 4
Luminance
0.7618
Every format
| HEX | #bcf52c |
| RGB | rgb(188, 245, 44) |
| HSL | hsl(77, 91%, 57%) |
| CMYK | cmyk(23%, 0%, 82%, 4%) |
| LAB | lab(89.9 -42.9 81.1) |
| LCH | lch(89.9 91.8 117.9) |
| OKLCH | oklch(0.899 0.216 125.4) |
Copy-ready code
/* CSS */
color: #bcf52c;
background-color: #bcf52c;
/* Tailwind (arbitrary) */
class="text-[#bcf52c] bg-[#bcf52c]"
/* SCSS */
$brand: #bcf52c;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.173)
/* Android */
Color.parseColor("#bcf52c")Accessibility — WCAG contrast
Aa
#bcf52c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf52c on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue17.3%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow82.0%
Key (black)3.9%
Color previews
#bcf52c text on a black background
contrast 16.24:1
Card sample
#bcf52c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf52c;
Background color
Panel with #bcf52c background
background-color: #bcf52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf52c; background: linear-gradient(135deg, #bcf52c, #36F52C);